1
0
mirror of https://github.com/moby/moby.git synced 2025-04-18 20:44:11 +03:00
Sebastiaan van Stijn e9c90834fa
opts: host:port should be constructed with net.JoinHostPort (nosprintfhostport)
opts/hosts_test.go:110:30: host:port in url should be constructed with net.JoinHostPort and not directly with fmt.Sprintf (nosprintfhostport)
            "tcp://:5555":             fmt.Sprintf("tcp://%s:5555", DefaultHTTPHost),
                                       ^

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-02-09 13:22:47 +01:00
..
2023-05-19 20:38:51 +02:00