cvc/src/loreal.com/dit/cmd/api-tests-for-coupon-service/main.go

10 lines
96 B
Go

package main
import (
"fmt"
)
func main() {
fmt.Println("this project only for api test")
}