diff options
Diffstat (limited to 'ipnet.go')
| -rw-r--r-- | ipnet.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -27,8 +27,6 @@ func (*ipNetValue) Type() string { return "ipNet" } -var _ = strings.TrimSpace - func newIPNetValue(val net.IPNet, p *net.IPNet) *ipNetValue { *p = val return (*ipNetValue)(p) |
