713ab02450
* Added configor as a new library
Now config is a singleton. You only need to do config.Get() instead of doing config.Conf.
* Forgot godep save 🐤
* Fix accidental removal of }
15 lignes
209 o
YAML
15 lignes
209 o
YAML
language: go
|
|
go:
|
|
- 1.1
|
|
- 1.2
|
|
- 1.3
|
|
- 1.4
|
|
- 1.5
|
|
- 1.6
|
|
- tip
|
|
install:
|
|
- go install ./...
|
|
- go get github.com/BurntSushi/toml-test
|
|
script:
|
|
- export PATH="$PATH:$HOME/gopath/bin"
|
|
- make test
|