init project

main
Шухрат Туляганов 2022-12-06 21:48:34 +03:00
commit ea1a4fb601
3 changed files with 15 additions and 0 deletions

0
Readme.md 100644
View File

View File

@ -0,0 +1,8 @@
package main
import "fmt"
func main() {
fmt.Println("hello Parser")
}

7
cmd/rest/main.go 100644
View File

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Printf("Hello rest api")
}