Skip to content

Commit

Permalink
fix generate command
Browse files Browse the repository at this point in the history
  • Loading branch information
crhntr committed Sep 3, 2024
1 parent fabe99d commit 95c5ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ type Row struct {

func (b *Backend) List(_ context.Context) []Row { return b.data }

//go:generate go run ../cmd/muxt generate --receiver-static-type Backend
//go:generate muxt generate --receiver-static-type Backend

func main() {
backend := &Backend{
Expand Down

0 comments on commit 95c5ed3

Please sign in to comment.