diff options
| author | Emīls <emils@mullvad.net> | 2020-02-11 20:09:54 +0000 |
|---|---|---|
| committer | Odd Stranne <odd@mullvad.net> | 2020-02-13 11:29:54 +0100 |
| commit | 23fa78689ce2c1db56596b36a84b35f0307cd79b (patch) | |
| tree | fb3b82d9ac4f5564660f23484e429847f0c5c299 /.gitattributes | |
| parent | 57f3160281a6acea74c8bbc44cd96722c7ddcaa4 (diff) | |
| download | mullvadvpn-23fa78689ce2c1db56596b36a84b35f0307cd79b.tar.xz mullvadvpn-23fa78689ce2c1db56596b36a84b35f0307cd79b.zip | |
Fix file permissions and all the things
Use chrono in talpid-core on all platforms
Resolve unused imports and android errors
Correct formatting
Fix git attributes to use LF on Windows for go.mod
Fix libwg_default.go
Fix libwg_android.go
Fix logging context management
Fix return values
Fix conditional compilation statement
Fix go formatting
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index d3f9d27b27..56adba2b5b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,5 +7,5 @@ # Use LF for Rust because rustfmt works best like that *.rs text eol=lf -wireguard/wireguard-go-windows/go.mod text eol=lf -wireguard/wireguard-go-windows/go.sum text eol=lf +wireguard/libwg/go.mod text eol=lf +wireguard/libwg/go.sum text eol=lf |
