aboutsummaryrefslogtreecommitdiff
path: root/ipnet.go
diff options
context:
space:
mode:
authorbogem <[email protected]>2016-10-23 14:56:08 +0200
committerbogem <[email protected]>2016-10-23 14:56:08 +0200
commit86d35458626e9ddb67bad7aa864abb61f99435dc (patch)
tree518a3011dbb70992b48c760199ac9a035778ec5f /ipnet.go
parentdabebe21bf790f782ea4c7bbd2efc430de182afd (diff)
Clean up code
Diffstat (limited to 'ipnet.go')
-rw-r--r--ipnet.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/ipnet.go b/ipnet.go
index 149b764..e2c1b8b 100644
--- a/ipnet.go
+++ b/ipnet.go
@@ -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)