From 86d35458626e9ddb67bad7aa864abb61f99435dc Mon Sep 17 00:00:00 2001 From: bogem Date: Sun, 23 Oct 2016 14:56:08 +0200 Subject: Clean up code --- ipnet.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'ipnet.go') 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) -- cgit v1.2.3