Skip to content

v0.0.13

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jul 07:30
· 4 commits to main since this release
89404a6

Default Loader is a go struct default value generator tool.
It can generate default value for struct field with tag default and generate by dl command.

See https://github.com/godcong/dl for more information.

Changelog

  • 0242bed chore(goreleaser): update main package path
  • 5f64e6d refactor(command): move command files to dl
  • a98cf31 refactor(gen): streamline parse and type.go files with improved functions
  • 550c576 refactor: remove unused setObjectField function