2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 09:13:49 +08:00

fix: lint

This commit is contained in:
2025-11-28 04:22:42 +08:00
parent 445a38cbc9
commit 79828f57c9

View File

@@ -7,7 +7,7 @@ import (
)
func getDockerClient(sock string) (*client.Client, error) {
apiClient, err := client.New(client.WithHost(fmt.Sprintf("unix://%s", sock)), client.WithAPIVersionNegotiation())
apiClient, err := client.New(client.WithHost(fmt.Sprintf("unix://%s", sock)))
if err != nil {
return nil, err
}