Initial Commit
This commit is contained in:
commit
7e14ca2232
3 changed files with 10 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
.idea
|
||||
vendor
|
5
cmd/app/main.go
Normal file
5
cmd/app/main.go
Normal file
|
@ -0,0 +1,5 @@
|
|||
package main
|
||||
|
||||
func main() {
|
||||
|
||||
}
|
3
go.mod
Normal file
3
go.mod
Normal file
|
@ -0,0 +1,3 @@
|
|||
module git.urec56.ru/urec/chat_back_go
|
||||
|
||||
go 1.22.6
|
Loading…
Add table
Reference in a new issue