mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
go fmt
Upstream-commit: 73d7265429261029b7e6345821e9efe4ec37b10a Component: engine
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user