aboutsummaryrefslogtreecommitdiff
path: root/ip.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 /ip.go
parentdabebe21bf790f782ea4c7bbd2efc430de182afd (diff)
Clean up code
Diffstat (limited to 'ip.go')
-rw-r--r--ip.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/ip.go b/ip.go
index 88a1743..3d414ba 100644
--- a/ip.go
+++ b/ip.go
@@ -6,8 +6,6 @@ import (
"strings"
)
-var _ = strings.TrimSpace
-
// -- net.IP value
type ipValue net.IP