This website requires JavaScript.
Explore
Help
Register
Sign In
reiver
/
go-pathmatch
Watch
1
Star
0
Fork
You've already forked go-pathmatch
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
afd2d359db
go-pathmatch
/
errors.go
10 lines
101 B
Go
Raw
Blame
History
package
pathmatch
import
(
"errors"
)
var
(
errNilTarget
=
errors
.
New
(
"pathmatch: Nil Target"
)
)
Reference in New Issue
View Git Blame
Copy Permalink