aboutsummaryrefslogtreecommitdiff
path: root/ip.go
diff options
context:
space:
mode:
authorEric Paris <[email protected]>2015-06-01 17:00:40 -0500
committerEric Paris <[email protected]>2015-06-01 17:00:40 -0500
commit5644820622454e71517561946e3d94b9f9db6842 (patch)
tree8cd5bb3d4e4da14bf5c892b1bced4b4c5d2a6b35 /ip.go
parent8a0b846eb11d294deee8f68f697d48ac62aa372f (diff)
parent2453ff68aaa73a45c0fa1208d390775920faa764 (diff)
Merge pull request #26 from eparis/moar-tests
Moar tests
Diffstat (limited to 'ip.go')
-rw-r--r--ip.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/ip.go b/ip.go
index 9d53bd3..efa75fb 100644
--- a/ip.go
+++ b/ip.go
@@ -22,9 +22,6 @@ func (i *ipValue) Set(s string) error {
*i = ipValue(ip)
return nil
}
-func (i *ipValue) Get() interface{} {
- return net.IP(*i)
-}
func (i *ipValue) Type() string {
return "ip"