
* Initial commit * Fixed goimports * Update pkg/golinters/mnd.go Co-Authored-By: Bot from GolangCI <42910462+golangcibot@users.noreply.github.com> * Run goimports * Update pkg/golinters/mnd.go Co-Authored-By: Bot from GolangCI <42910462+golangcibot@users.noreply.github.com> * Add prefix for goimport local * Run make README.md * Incorporate review comments Add test cases * Update readme * Update the description * Removed subpath in local-prefixes * Update readme
9 lines
73 B
YAML
9 lines
73 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.12.x
|
|
- tip
|
|
|
|
script:
|
|
- go test -v ./...
|