mirror of
https://github.com/bcicen/ctop.git
synced 2025-12-06 15:16:41 +08:00
gofmt
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
package manager
|
||||
|
||||
import (
|
||||
api "github.com/fsouza/go-dockerclient"
|
||||
"fmt"
|
||||
api "github.com/fsouza/go-dockerclient"
|
||||
)
|
||||
|
||||
type Docker struct {
|
||||
id string
|
||||
client *api.Client
|
||||
id string
|
||||
client *api.Client
|
||||
}
|
||||
|
||||
func NewDocker(client *api.Client, id string) *Docker {
|
||||
return &Docker{
|
||||
id: id,
|
||||
client: client,
|
||||
id: id,
|
||||
client: client,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user