.gitattributes: add a smudge filter for go.mod.

This is used when we want to do development against a local wireguard-go
repository checkout.
main
Avery Pennarun 6 years ago
parent f266e2d1eb
commit bec17d05cb
  1. 1
      .gitattributes

1
.gitattributes vendored

@ -0,0 +1 @@
go.mod filter=go-mod
Loading…
Cancel
Save