Remove all old source files

This commit is contained in:
James Munnelly
2018-01-07 12:51:59 +00:00
parent 70d9ea81b9
commit 9721a0f210
1017 changed files with 0 additions and 557853 deletions
-13
View File
@@ -1,13 +0,0 @@
language: go
go:
- 1.4
- 1.3
- 1.2
- tip
install:
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
script:
- go test -cover