Skip to content

Release v1.0.26

Compare
Choose a tag to compare
@kevwan kevwan released this 08 Nov 14:56
· 2185 commits to master since this release
  1. support Dockerfile generation in goctl
    goctl docker -go shorturl.go
    and run following command in the dir which contains go.mod, like
    docker build -t shorturl:v1 -f api/Dockerfile .
    to build the docker image
  2. fix goctl proto arguments problem, use -o to specify proto file