init project
This commit is contained in:
commit
ea1a4fb601
8
cmd/parser/parser.go
Normal file
8
cmd/parser/parser.go
Normal file
@ -0,0 +1,8 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
|
||||
fmt.Println("hello Parser")
|
||||
}
|
7
cmd/rest/main.go
Normal file
7
cmd/rest/main.go
Normal file
@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Printf("Hello rest api")
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user