From 4503e905d76e2a359573c3ff0644f2b0caa32304 Mon Sep 17 00:00:00 2001 From: comp500 Date: Wed, 28 Aug 2024 18:14:00 +0100 Subject: [PATCH] Reformat, force line endings to LF for Go files --- ,gitattributes | 1 + .gitignore | 3 +++ curseforge/cursedir_other.go | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 ,gitattributes 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