hashicorp / go-sockaddr

IP Address/UNIX Socket convenience functions for Go
Mozilla Public License 2.0
266 stars 53 forks source link

Fix build failures affecting tests #26

Closed rboyer closed 5 years ago

rboyer commented 5 years ago

On a newer version of Go that runs vet during tests some stray conditionals are flagged as errant. Also when running on Linux one of the tests commented as only working on Darwin fails.

rboyer commented 5 years ago

I don't have merge privileges, so I'll need a merge buddy for this.

sean- commented 5 years ago

Nice fix, thanks!