commit a4284d56ec78356a5a152e3cc860eed2c5957f1e Author: iratusmachina Date: Fri Jan 12 22:03:52 2024 -0500 Initial config diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..915d6c8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.env +bin diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..5a48e7e --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module lyricdownloader + +go 1.20 diff --git a/main.go b/main.go new file mode 100644 index 0000000..e69de29