use vgo

This commit is contained in:
magicsong
2019-07-19 18:20:58 +08:00
committed by zryfish
parent 45243c987d
commit c6ad0ebc3e
1267 changed files with 48006 additions and 311454 deletions

9
vendor/github.com/naoina/go-stringutil/.travis.yml generated vendored Normal file
View File

@@ -0,0 +1,9 @@
language: go
go:
- 1.4
- 1.5
- tip
install:
- go get -v github.com/naoina/go-stringutil
script:
- go test -v -bench . -benchmem ./...