🎉 Restart project

Fresh start
This commit is contained in:
Dan Jones 2024-09-11 20:57:23 -05:00
commit 84945e0f54
3 changed files with 9 additions and 0 deletions

1
build/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
lenore

5
cmd/lenore/main.go Normal file
View file

@ -0,0 +1,5 @@
package main
func main() {
}

3
go.mod Normal file
View file

@ -0,0 +1,3 @@
module codeberg.org/danjones000/lenore
go 1.23.1