NIP parser v2 (#17)
This commit is contained in:
8
pkg/nip/errors.go
Normal file
8
pkg/nip/errors.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package nip
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
// ErrEmptyRule is returned when a rule is empty
|
||||
ErrEmptyRule = errors.New("empty rule")
|
||||
)
|
||||
Reference in New Issue
Block a user