Skip to content

Commit

Permalink
remove nolint commands that show up in GoDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Nov 16, 2019
1 parent c5b76e4 commit b69e2a8
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion streams_map_generic_helper.go
@@ -1,4 +1,3 @@
//nolint:unused
package quic

import (
Expand Down
1 change: 0 additions & 1 deletion streams_map_incoming_bidi.go
Expand Up @@ -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 (
Expand Down
1 change: 0 additions & 1 deletion streams_map_incoming_generic.go
@@ -1,4 +1,3 @@
//nolint:unused
package quic

import (
Expand Down
1 change: 0 additions & 1 deletion streams_map_incoming_uni.go
Expand Up @@ -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 (
Expand Down
1 change: 0 additions & 1 deletion streams_map_outgoing_bidi.go
Expand Up @@ -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 (
Expand Down
1 change: 0 additions & 1 deletion streams_map_outgoing_generic.go
@@ -1,4 +1,3 @@
//nolint:unused
package quic

import (
Expand Down
1 change: 0 additions & 1 deletion streams_map_outgoing_uni.go
Expand Up @@ -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 (
Expand Down

0 comments on commit b69e2a8

Please sign in to comment.