UNPKG
go-cup
Version:
latest (1.0.15)
1.0.15
1.0.13
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.5
1.0.4
1.0.2
CLI to track world cup
github.com/TaiTrien/go-cup
TaiTrien/gocup
go-cup
/
vendor
/
github.com
/
mattn
/
go-runewidth
/
.travis.yml
17 lines
(13 loc)
•
224 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language:
go
sudo:
false
go
: -
1.13
.x - tip before_install: -
go
get -t -v ./... script: -
go
generate - git diff --cached --exit-code - ./
go
.test.sh after_success: - bash <(curl -s https:
//codecov.io/bash)