feat: init

This commit is contained in:
awend0 2025-03-26 15:07:12 +03:00
parent 7688020b52
commit e8b8c10faa
33 changed files with 6027 additions and 0 deletions

7
cmd/api/main.go Normal file
View file

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