...
Go Documentation Server
GoDoc
▽
submit search
Text file
src
/
github.com
/
gobwas
/
glob
/
.travis.yml
Documentation:
github.com/gobwas/glob
1
sudo: false
2
3
language: go
4
5
go:
6
- 1.5.3
7
8
script:
9
- go test -v ./...
View as plain text