Andrea Luzzardi %!s(int64=12) %!d(string=hai) anos
pai
achega
73d7265429
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  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