feat: init go files

This commit is contained in:
aria 2025-06-05 20:02:22 +10:00
parent c4146eef5e
commit cca60461b3
Signed by: aria
SSH key fingerprint: SHA256:WqtcVnDMrv1lnUlNah5k31iywFUI/DV+5yHzCTO4Vds
2 changed files with 10 additions and 0 deletions

3
go.mod Normal file
View file

@ -0,0 +1,3 @@
module discord-db-search
go 1.24.3

7
main.go Normal file
View file

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}