Merge branch 'master' of github.com:jedisct1/dnscrypt-proxy

* 'master' of github.com:jedisct1/dnscrypt-proxy:
  set go.mod to unix endings
This commit is contained in:
Frank Denis 2019-11-08 22:51:36 +01:00
commit 96ffc778af
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