Merge pull request #15393 from azurezk/exportImage-toplevel
change exportImage to top-level func
This commit is contained in:
commit
066a0b3b75
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ import (
|
|||
|
||||
// ParseHost parses the specified address and returns an address that will be used as the host.
|
||||
// Depending of the address specified, will use the defaultTCPAddr or defaultUnixAddr
|
||||
// FIXME: Change this not to receive default value as parameter
|
||||
func ParseHost(defaultTCPAddr, defaultUnixAddr, addr string) (string, error) {
|
||||
addr = strings.TrimSpace(addr)
|
||||
if addr == "" {
|
||||
|
|
Loading…
Reference in a new issue