fix linter issues

This commit is contained in:
Simon Aronsson 2020-11-15 23:48:43 +01:00
parent 6b9fd8d7ef
commit a32468d1fe
No known key found for this signature in database
GPG key ID: 8DA57A5FD341605B
9 changed files with 64 additions and 61 deletions

View file

@ -16,7 +16,6 @@ func ConvertToHostname(url string) (string, string, error) {
hostName := u.Hostname()
port := u.Port()
return hostName, port, err
}