dots
dots copied to clipboard
Implements the wildcard file matching in Go used by golint, go test etc.
Results
2
dots issues
Sort by
recently updated
recently updated
newest added
Steps to reproduce: 1. clone the project 1. `go test` result: ``` --- FAIL: TestPackageWildcard (0.01s) resolve_test.go:124: Matched different number of files --- FAIL: TestResolvePackages (0.01s) resolve_test.go:197: Matched different number...
related with #2 suprise suprice @chavacava , fix for tests and lack of go.mod :)