feature request: add negation wildcard for paths
Open
- Dominant language
- Go
- Stars
- 424
- Forks
- 65
- Avg merge
- 12d 19h
- Merged PRs (30d)
- 1
Description
When slicing a package, wildcards are often used to match patterns. However, the current string pattern matching mechanism does not support negation patterns, which makes writing the slice definitions of Golang source packages cumbersome. An example would be a go package with embedded test cases, where people have to explicitly all the production source file names in the slice definition, in order not to include the test files with `_test.go` suffices.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.