From 8ae635e285fb6508e84d0643d4d508972d1f57c4 Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie Date: Sun, 8 Feb 2015 17:19:10 -0500 Subject: [PATCH] godeps: strip import comments --- Godeps/_workspace/src/golang.org/x/net/netutil/listen.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Godeps/_workspace/src/golang.org/x/net/netutil/listen.go b/Godeps/_workspace/src/golang.org/x/net/netutil/listen.go index b317ba2..a2591f8 100644 --- a/Godeps/_workspace/src/golang.org/x/net/netutil/listen.go +++ b/Godeps/_workspace/src/golang.org/x/net/netutil/listen.go @@ -4,7 +4,7 @@ // Package netutil provides network utility functions, complementing the more // common ones in the net package. -package netutil // import "golang.org/x/net/netutil" +package netutil import ( "net"