RestApiv2/cmd/parser/parser.go

9 lines
74 B
Go

package main
import "fmt"
func main() {
fmt.Println("hello Parser")
}