gofmt code
This commit is contained in:
parent
7cebb77160
commit
d069de0a5b
1 changed files with 6 additions and 6 deletions
12
go/main.go
12
go/main.go
|
@ -20,12 +20,12 @@ import (
|
|||
)
|
||||
|
||||
type ImageStatus struct {
|
||||
ContainerName string
|
||||
Image string
|
||||
Tag string
|
||||
UpdateAvailable float64
|
||||
LocalDigest string
|
||||
RemoteDigest string
|
||||
ContainerName string
|
||||
Image string
|
||||
Tag string
|
||||
UpdateAvailable float64
|
||||
LocalDigest string
|
||||
RemoteDigest string
|
||||
}
|
||||
|
||||
type StatusCache struct {
|
||||
|
|
Loading…
Add table
Reference in a new issue