Reformat, force line endings to LF for Go files

This commit is contained in:
comp500 2024-08-28 18:14:00 +01:00
parent 7b4be47578
commit 4503e905d7
3 changed files with 5 additions and 1 deletions

1
,gitattributes Normal file
View File

@ -0,0 +1 @@
*.go text eol=lf

3
.gitignore vendored
View File

@ -15,6 +15,9 @@
# I use GoLand now
.idea/
# I no longer have student GoLand
.vscode/
# Nix build output
result

View File

@ -1,4 +1,4 @@
// +build !windows
//go:build !windows
package curseforge