this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update to Go 1.13 in go.mod

Tests now use errors.Is, a Go 1.13 feature.

+1 -1
+1 -1
go.mod
··· 1 1 module github.com/bluekeyes/go-gitdiff 2 2 3 - go 1.12 3 + go 1.13