Skip to content

Commit

Permalink
deps: upgrade stringer to compatible version
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Feb 9, 2023
1 parent 1908d8a commit 72849ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

//go:generate go run gen.go
//go:generate gofmt -w code_table.go
//go:generate go run golang.org/x/tools/cmd/stringer@v0.1.10 -type=Code -linecomment
//go:generate go run golang.org/x/tools/cmd/stringer@v0.5.0 -type=Code -linecomment

// Code describes an integer reserved in the multicodec table, defined at
// github.com/multiformats/multicodec.
Expand Down

0 comments on commit 72849ed

Please sign in to comment.