mirror of
https://github.com/fatedier/frp.git
synced 2024-12-14 02:09:13 +08:00
13 lines
136 B
YAML
13 lines
136 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.1
|
|
- 1.2
|
|
- 1.3
|
|
- 1.4
|
|
- tip
|
|
|
|
install:
|
|
- go build -v
|
|
- ./statik -src=./example/public -dest=./example/
|