Vendored Dependencies, changed config extension to .toml

This commit is contained in:
2017-07-28 07:21:40 -05:00
parent b7bf623f39
commit ea63e80925
54 changed files with 3725 additions and 364 deletions

19
vendor/github.com/BurntSushi/toml/Makefile generated vendored Normal file
View File

@@ -0,0 +1,19 @@
install:
go install ./...
test: install
go test -v
toml-test toml-test-decoder
toml-test -encoder toml-test-encoder
fmt:
gofmt -w *.go */*.go
colcheck *.go */*.go
tags:
find ./ -name '*.go' -print0 | xargs -0 gotags > TAGS
push:
git push origin master
git push github master