Always set go.sum/go.mod line endings as LF (#391)

Saves having Windows users experience pain and suffering as documented
here:

https://github.com/golang/go/issues/31870
This commit is contained in:
Adrian Gallagher
2019-12-03 13:33:28 +11:00
committed by GitHub
parent 0c5d75b22c
commit 49b9eced66

2
.gitattributes vendored Normal file
View File

@@ -0,0 +1,2 @@
go.mod text eol=lf
go.sum text eol=lf