bug: ``strdist.GlobPath`` produces wrong result on a corner case
Open
- Dominant language
- Go
- Stars
- 424
- Forks
- 65
- Avg merge
- 12d 19h
- Merged PRs (30d)
- 1
Description
The following statement returns `false`, whereas it should return `true`.
```go
strdist.GlobPath("/*foo", "/foo")
```
The following works as intended, returning `true`.
```go
strdist.GlobPath("/**foo", "/foo")
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.