Compare commits

..

No commits in common. "main" and "v0.0.1" have entirely different histories.
main ... v0.0.1

3 changed files with 0 additions and 13 deletions

Binary file not shown.

3
go.mod
View file

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

View file

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