Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/reference/config.md
Co-authored-by: Kyle Gray <[email protected]>
  • Loading branch information
Hyuga-Tsukui and kyleconroy authored Oct 6, 2023
commit 84c47ba044822669f15ad737fd024bf9a9efb381
2 changes: 1 addition & 1 deletion docs/reference/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ The `gen` mapping supports the following keys:
- If true, emit a function per enum type
that returns all valid enum values.
- `build_tags`:
- build tags to add to the generated code. if you do not want to add it, leave it unset.
- If set, add a `//go:build <build_tags>` directive at the beginning of each generated Go file.
- `json_tags_id_uppercase`:
- If true, "Id" in json tags will be uppercase. If false, will be camelcase. Defaults to `false`
- `json_tags_case_style`:
Expand Down