mirror of
https://git.envs.net/envs/ifconfig
synced 2024-11-26 06:33:46 +01:00
9 lines
101 B
YAML
9 lines
101 B
YAML
language: go
|
|
go:
|
|
- 1.3
|
|
- 1.4
|
|
- tip
|
|
script:
|
|
- go get github.com/astaxie/beego
|
|
- go build .
|