From eb2b39f70287b2ee54127699fa34a06484aaed8b Mon Sep 17 00:00:00 2001 From: Ghanan Gowripalan Date: Fri, 30 Apr 2021 17:03:25 -0700 Subject: Comment ip package in a single place Fixes the below linting error: ``` From Golint: > Package ip has package comment defined in multiple places: > duplicate_address_detection.go > generic_multicast_protocol.go ``` PiperOrigin-RevId: 371430486 --- pkg/tcpip/network/internal/ip/generic_multicast_protocol.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/tcpip/network/internal/ip/generic_multicast_protocol.go b/pkg/tcpip/network/internal/ip/generic_multicast_protocol.go index ac35d81e7..d22974b12 100644 --- a/pkg/tcpip/network/internal/ip/generic_multicast_protocol.go +++ b/pkg/tcpip/network/internal/ip/generic_multicast_protocol.go @@ -12,7 +12,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -// Package ip holds IPv4/IPv6 common utilities. package ip import ( -- cgit v1.2.3