dnscrypt-proxy/.gitattributes
William Elwood 503bfb877b go mod tidy
```console
$ go mod tidy -v
(snip)
unused github.com/agl/ed25519
```
Also add base .gitattributes file to normalize line endings in the repository across differing developer environments.
2019-11-08 10:17:12 +01:00

3 lines
103 B
Text

* text=auto
*.go text diff=golang
*.bat text eol=crlf