add cluster proxy gerneration code (#2042)

This commit is contained in:
zryfish
2020-04-30 22:33:23 +08:00
committed by GitHub
parent cdd116242a
commit 933207d247
32 changed files with 4812 additions and 7 deletions

11
vendor/github.com/liggitt/tabwriter/.travis.yml generated vendored Normal file
View File

@@ -0,0 +1,11 @@
language: go
go:
- "1.8"
- "1.9"
- "1.10"
- "1.11"
- "1.12"
- master
script: go test -v ./...