Andrea Luzzardi 12 年之前
父節點
當前提交
73d7265429
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      state.go

+ 3 - 3
state.go

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