This commit is contained in:
nquidox 2026-02-23 18:18:24 +03:00
commit f8c56a1b22
4 changed files with 7 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.idea

3
cmd/main.go Normal file
View file

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

0
config.env Normal file
View file

3
go.mod Normal file
View file

@ -0,0 +1,3 @@
module merch-api
go 1.25.0