Andrea Luzzardi пре 12 година
родитељ
комит
73d7265429
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      state.go

+ 3 - 3
state.go

@@ -6,9 +6,9 @@ import (
 )
 
 type State struct {
-	Running  bool
-	Pid      int
-	ExitCode int
+	Running   bool
+	Pid       int
+	ExitCode  int
 	StartedAt time.Time
 
 	stateChangeLock *sync.Mutex