Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b98aeb6

Browse files
committed
Remove implemented omitempty as a future idea
This was implemented in 2d3dc43.
1 parent c7c14ab commit b98aeb6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/apitypings/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This main.go generates typescript types from the codersdk types in Go.
55
# Features
66

77
- Supports Go types
8-
- [x] Basics (string/int/etc)
8+
- [x] Basics (string/int/etc)
99
- [x] Maps
1010
- [x] Slices
1111
- [x] Enums
@@ -36,5 +36,4 @@ type InternalType struct {
3636

3737
# Future Ideas
3838

39-
- Should `omitempty` in the `json` tag indicate optional?
4039
- Use a yaml config for overriding certain types

0 commit comments

Comments
 (0)