Skip to content

Commit a3616ec

Browse files
committed
unused: update go:generate line and run it
1 parent 740f570 commit a3616ec

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

unused/edge.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package unused
22

3-
//go:generate stringer -type edgeKind
3+
//go:generate go run golang.org/x/tools/cmd/stringer@master -type edgeKind
44
type edgeKind uint64
55

66
func (e edgeKind) is(o edgeKind) bool {

unused/edgekind_string.go

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)