modulepackage
0.0.3
Repository: https://github.com/alextanhongpin/go-codegen.git
Documentation: pkg.go.dev
# README
go-codegen
Code generation for Entity from Repository layer
TODO:
- pkg: the output package name
- out: the output file name (need to autogenerate folder)
- include: fields to include (either this or exclude will work)
- exclude: fields to exclude
- type: the struct type to target.
- sort: sort by field name/field type, or preserve?
- add adapter to map the values, but it should be as a separate utility
# Packages
No description provided by the author
# Functions
No description provided by the author
# Constants
No description provided by the author