Initial commit for galley

This commit is contained in:
Awstin 2025-09-25 22:06:29 -04:00
parent 6ff9b673ab
commit 56d3e153cb
2 changed files with 7 additions and 0 deletions

3
go.mod Normal file
View file

@ -0,0 +1,3 @@
module galley
go 1.25.1

4
main.go Normal file
View file

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