You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-login/BUILDING

12 lines
182 B
Plaintext

1. Install go 1.9 or later
2. Install dependencies:
go get github.com/h2non/gock
3. Compile and test:
go install ./...
go vet ./...
go test ./...
golint ./...