Release v1.0.26
- support Dockerfile generation in goctl
goctl docker -go shorturl.go
and run following command in the dir which containsgo.mod
, like
docker build -t shorturl:v1 -f api/Dockerfile .
to build the docker image - fix goctl proto arguments problem, use
-o
to specify proto file