Add app source, add vendoring and module support

This commit is contained in:
Mayuresh Gaitonde
2019-10-16 15:57:55 -07:00
parent b49447a374
commit a8fd79c0e1
991 changed files with 505284 additions and 415 deletions

11
vendor/github.com/eapache/channels/.travis.yml generated vendored Normal file
View File

@@ -0,0 +1,11 @@
language: go
sudo: false
script: go test -v -race -timeout 10s ./...
go:
- 1.1
- 1.2
- 1.3
- 1.4
- 1.5