set go.mod to unix endings

This commit is contained in:
Alison Winters 2019-11-09 01:24:55 +08:00 committed by Frank Denis
parent 0f7bd23b8a
commit d9fcd74e42
1 changed files with 1 additions and 0 deletions

1
.gitattributes vendored
View File

@ -1,6 +1,7 @@
* text=auto
*.go text diff=golang
*.bat text eol=crlf
go.mod text eol=lf
# Ensure test fixtures don't get mangled
**/testdata/** -text