We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ccc1c65 + d0ac0ac commit 7eab668Copy full SHA for 7eab668
opts/hosts.go
@@ -34,7 +34,7 @@ const (
34
35
// ValidateHost validates that the specified string is a valid host and returns it.
36
//
37
-// TODO(thaJeztah): ValidateHost appears to be unused; deprecate it.
+// Deprecated: this function is no longer used, and will be removed in the next release.
38
func ValidateHost(val string) (string, error) {
39
host := strings.TrimSpace(val)
40
// The empty string means default and is not handled by parseDockerDaemonHost
0 commit comments