Skip to content

Commit

Permalink
core/tracing: in go generate invocation, use stringer command from st…
Browse files Browse the repository at this point in the history
…dlib subrepository
  • Loading branch information
jwasinger committed Jun 24, 2024
1 parent 515add5 commit f8c45bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tracing/hooks.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ type Hooks struct {
// for tracing and reporting.
type BalanceChangeReason byte

//go:generate stringer -type=BalanceChangeReason -output gen_balance_change_reason_stringer.go
//go:generate go run golang.org/x/tools/cmd/stringer -type=BalanceChangeReason -output gen_balance_change_reason_stringer.go

const (
BalanceChangeUnspecified BalanceChangeReason = 0
Expand Down

0 comments on commit f8c45bf

Please sign in to comment.