Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
cca60461b3 | |||
c4146eef5e |
3 changed files with 13 additions and 0 deletions
BIN
example-data/Example-Data-Guild_966767749118443530.json
(Stored with Git LFS)
Normal file
BIN
example-data/Example-Data-Guild_966767749118443530.json
(Stored with Git LFS)
Normal file
Binary file not shown.
3
go.mod
Normal file
3
go.mod
Normal file
|
@ -0,0 +1,3 @@
|
|||
module discord-db-search
|
||||
|
||||
go 1.24.3
|
7
main.go
Normal file
7
main.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("Hello, World!")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue