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-scm/BUILDING

10 lines
151 B
Plaintext

1. Install go 1.9 or later
2. Install dependencies:
go get github.com/google/go-cmp
3. Compile and test:
go install ./...
go test ./...