diff --git a/state.go b/state.go index 9887ac49f3..9b15af0758 100644 --- a/state.go +++ b/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