diff --git a/streams_map_generic_helper.go b/streams_map_generic_helper.go index b17b7ca19..692f093e4 100644 --- a/streams_map_generic_helper.go +++ b/streams_map_generic_helper.go @@ -1,4 +1,3 @@ -//nolint:unused package quic import ( diff --git a/streams_map_incoming_bidi.go b/streams_map_incoming_bidi.go index aface2396..2f1bc3fa3 100644 --- a/streams_map_incoming_bidi.go +++ b/streams_map_incoming_bidi.go @@ -2,7 +2,6 @@ // Any changes will be lost if this file is regenerated. // see https://github.com/cheekybits/genny -//nolint:unused package quic import ( diff --git a/streams_map_incoming_generic.go b/streams_map_incoming_generic.go index c6fc71f4a..2078f1e8a 100644 --- a/streams_map_incoming_generic.go +++ b/streams_map_incoming_generic.go @@ -1,4 +1,3 @@ -//nolint:unused package quic import ( diff --git a/streams_map_incoming_uni.go b/streams_map_incoming_uni.go index 9105d2201..69b9f8c41 100644 --- a/streams_map_incoming_uni.go +++ b/streams_map_incoming_uni.go @@ -2,7 +2,6 @@ // Any changes will be lost if this file is regenerated. // see https://github.com/cheekybits/genny -//nolint:unused package quic import ( diff --git a/streams_map_outgoing_bidi.go b/streams_map_outgoing_bidi.go index 3a2a3fe44..963d4ea0e 100644 --- a/streams_map_outgoing_bidi.go +++ b/streams_map_outgoing_bidi.go @@ -2,7 +2,6 @@ // Any changes will be lost if this file is regenerated. // see https://github.com/cheekybits/genny -//nolint:unused package quic import ( diff --git a/streams_map_outgoing_generic.go b/streams_map_outgoing_generic.go index 64305bde4..23f1c6de2 100644 --- a/streams_map_outgoing_generic.go +++ b/streams_map_outgoing_generic.go @@ -1,4 +1,3 @@ -//nolint:unused package quic import ( diff --git a/streams_map_outgoing_uni.go b/streams_map_outgoing_uni.go index 8f4cf2814..4f4520898 100644 --- a/streams_map_outgoing_uni.go +++ b/streams_map_outgoing_uni.go @@ -2,7 +2,6 @@ // Any changes will be lost if this file is regenerated. // see https://github.com/cheekybits/genny -//nolint:unused package quic import (