...
Go Documentation Server
GoDoc
▽
submit search
Text file
src
/
github.com
/
monochromegane
/
go-gitignore
/
.travis.yml
Documentation:
github.com/monochromegane/go-gitignore
1
language: go
2
go:
3
- 1.14.x
4
- master
5
script:
6
- go test -v ./...
View as plain text