Skip to content

Commit

Permalink
golint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmturner committed Feb 27, 2018
1 parent 7c4a9c0 commit 4f6bed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/HostAddress.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func LocalHostAddresses() (ha HostAddresses, err error) {
return ha, nil
}

// HostAddressFromNetIPs returns a HostAddresses type from a slice of net.IP
// HostAddressesFromNetIPs returns a HostAddresses type from a slice of net.IP
func HostAddressesFromNetIPs(ips []net.IP) (ha HostAddresses) {
for _, ip := range ips {
ha = append(ha, HostAddressFromNetIP(ip))
Expand Down

0 comments on commit 4f6bed9

Please sign in to comment.