sourcegraph / go-diff

Unified diff parser and printer for Go
https://sourcegraph.com/github.com/sourcegraph/go-diff
Other
425 stars 47 forks source link

add go.mod files, set GO111MODULE=on in Travis build #22

Closed dmitris closed 5 years ago

dmitris commented 5 years ago

PR adds go.mod and go.sum files to enable building project outside of GOPATH-based tree, also adds GO111MODULE=on in the Travis build (which will have no effect on builds with the older Go version)

keegancsmith commented 5 years ago

Thanks