GO_COMMON_PRESET
to render JSON struct-tags
in go structs
along with adding custom Marshaler
functions for enum.
Run this example using:
npm i && npm run start
If you are on Windows, use the start:windows
script instead:
npm i && npm run start:windows