Skip to content

Commit

Permalink
Add go generate to the types.go file
Browse files Browse the repository at this point in the history
  • Loading branch information
yhabteab committed May 2, 2023
1 parent 97c346e commit 00e6d93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/filter/types.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:generate pigeon -optimize-parser -o parser.go parser.peg

package filter

import (
Expand Down

0 comments on commit 00e6d93

Please sign in to comment.