1
0

Added libs

This commit is contained in:
kolaente
2018-09-10 22:25:37 +02:00
parent 31a850c28e
commit 65818d6f9e
10 changed files with 907 additions and 0 deletions

7
vendor/github.com/imdario/mergo/.travis.yml generated vendored Normal file
View File

@ -0,0 +1,7 @@
language: go
install:
- go get -t
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
script:
- $HOME/gopath/bin/goveralls -service=travis-ci -repotoken $COVERALLS_TOKEN