go fmt
This commit is contained in:
parent
f958bdba8a
commit
73d7265429
1 changed files with 3 additions and 3 deletions
6
state.go
6
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
|
||||
|
|
Loading…
Add table
Reference in a new issue