Skip to content

Commit

Permalink
Disable stringer generation for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rojer committed Jan 22, 2020
1 parent 981a8e2 commit 157f3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/mgrpc/transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
//
package mgrpc

//go:generate stringer -type=transport transport.go
//XXXgo:generate stringer -type=transport transport.go

// transport is an enum of supported transport protocols
type transport int
Expand Down

0 comments on commit 157f3d6

Please sign in to comment.