Initial Commit

This commit is contained in:
urec56 2025-01-22 23:31:23 +03:00
commit 7e14ca2232
3 changed files with 10 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
.idea
vendor

5
cmd/app/main.go Normal file
View file

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

3
go.mod Normal file
View file

@ -0,0 +1,3 @@
module git.urec56.ru/urec/chat_back_go
go 1.22.6