Skip to content

Commit

Permalink
Fix go generate
Browse files Browse the repository at this point in the history
  • Loading branch information
maruel committed Aug 9, 2024
1 parent 4af5b06 commit d18deef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inky/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

package inky

//go:generate go install golang.org/x/tools/cmd/stringer@latest
//go:generate stringer -type=Model,Color,ImpressionColor -output types_string.go

import (
Expand Down

0 comments on commit d18deef

Please sign in to comment.