Skip to content

goctl/v1.3.5

Compare
Choose a tag to compare
@kevwan kevwan released this 01 May 03:39
· 1234 commits to master since this release
3bbc90e

Features

  • Support nested importing in API files
  • Add go-grpc_opt, go_opt flag for cmd goctl rpc new on #1769 by @chowyu12
  • Support go work multi-module on #1800 by @fynxiu
  • Minor improvements

Fix

  • Fix nil pointer if group not exists on #1773 by @anqiansong
  • Fix model code generation crash bug on #17777 by @600ML
  • Fix typo in file api/new/api.tpl on #1788 by @fynxiu
  • Fix generated files without name from empty API file on #1811 by @anqiansong
  • Other bug fixes