CiscoCloud / distributive

Unit testing for the cloud
Apache License 2.0
147 stars 20 forks source link

Use a type synonym for strings representing IPs #70

Closed langston-barrett closed 9 years ago

langston-barrett commented 9 years ago

The network.go workers could benifit from some clarity on what different strings are supposed to represent. A type synonym for IP strings, ipStr could simplify this.

langston-barrett commented 9 years ago

As it turns out, golang has a built in type, net.IP. All checks should use this. This is being implemented as a part of #73.