Skip to content

Commit

Permalink
chore: update stringer
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Sep 6, 2024
1 parent 4d583cc commit ab53a58
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.5.0 -type=Code -linecomment
//go:generate go run golang.org/x/tools/cmd/stringer@v0.24.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 ab53a58

Please sign in to comment.