You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gosuv/.gopack.yml

17 lines
230 B

author: codeskyblue
description: Port of python supervisor
os: darwin linux windows
includes:
- README.md
- LICENSE
- conf
- templates
- public
- static
- views
excludes:
- \.git
script:
- go get -v
- go build