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

29
vendor/github.com/mholt/certmagic/appveyor.yml generated vendored Normal file
View File

@@ -0,0 +1,29 @@
version: "{build}"
clone_folder: c:\gopath\src\github.com\mholt\certmagic
environment:
GOPATH: c:\gopath
stack: go 1.11
install:
- set PATH=%GOPATH%\bin;%PATH%
- set PATH=C:\msys64\mingw64\bin;%PATH%
- go get -t ./...
- go get golang.org/x/lint/golint
- go get github.com/alecthomas/gometalinter
build: off
before_test:
- go version
- go env
test_script:
- go test -race ./...
after_test:
- golint ./...
deploy: off