Optimizations
This commit is contained in:
@@ -17,9 +17,6 @@ func NewTorrentState(initial string) *fsm.FSM {
|
||||
}
|
||||
|
||||
func NewFileState(initial string) *fsm.FSM {
|
||||
// ok_file 13
|
||||
// broken_file 5
|
||||
// deleted_file 3
|
||||
return fsm.NewFSM(
|
||||
initial,
|
||||
fsm.Events{
|
||||
|
||||
Reference in New Issue
Block a user