diff --git a/,gitattributes b/,gitattributes new file mode 100644 index 0000000..a0717e4 --- /dev/null +++ b/,gitattributes @@ -0,0 +1 @@ +*.go text eol=lf \ No newline at end of file diff --git a/.gitignore b/.gitignore index b4ef2b5..d298506 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,9 @@ # I use GoLand now .idea/ +# I no longer have student GoLand +.vscode/ + # Nix build output result diff --git a/curseforge/cursedir_other.go b/curseforge/cursedir_other.go index 8d0134d..822cac2 100644 --- a/curseforge/cursedir_other.go +++ b/curseforge/cursedir_other.go @@ -1,4 +1,4 @@ -// +build !windows +//go:build !windows package curseforge