Skip to content

v0.0.9

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jul 09:31
· 12 commits to main since this release
414d5e3

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

  • a04bbcb feat(cmd): rollback directories
  • e196137 feat(gen): add copyright notices to gen package files
  • 53c034b feat(parse): add support for parsing struct and slice fields
  • 114716c feat(readme): add instructions for default value generation with file path option
  • 22fea62 fix(readme): correct indentation in code examples
  • 44391b7 refactor(struct): update field types and improve tag parsing