Skip to content

v1.13.1

Compare
Choose a tag to compare
@abhinav abhinav released this 04 Oct 17:05
· 298 commits to dev since this release
7c449cc

Fixed

  • gen/plugin: Fixed a bug where typedefs of structs were mishandled; while they
    should have been pointers, they were generated without * and failed to
    compile.
  • gen/zap: Fixed a bug where logging nil structs would panic.