diff options
| author | Eric Paris <[email protected]> | 2015-06-01 17:00:40 -0500 |
|---|---|---|
| committer | Eric Paris <[email protected]> | 2015-06-01 17:00:40 -0500 |
| commit | 5644820622454e71517561946e3d94b9f9db6842 (patch) | |
| tree | 8cd5bb3d4e4da14bf5c892b1bced4b4c5d2a6b35 /ipmask.go | |
| parent | 8a0b846eb11d294deee8f68f697d48ac62aa372f (diff) | |
| parent | 2453ff68aaa73a45c0fa1208d390775920faa764 (diff) | |
Merge pull request #26 from eparis/moar-tests
Moar tests
Diffstat (limited to 'ipmask.go')
| -rw-r--r-- | ipmask.go | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -22,9 +22,6 @@ func (i *ipMaskValue) Set(s string) error { *i = ipMaskValue(ip) return nil } -func (i *ipMaskValue) Get() interface{} { - return net.IPMask(*i) -} func (i *ipMaskValue) Type() string { return "ipMask" |
