We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53f3754 commit bf90154Copy full SHA for bf90154
README.md
@@ -14,6 +14,8 @@ Initialize structs with default values
14
- `uintptr`, `bool`, `string`
15
- Complex types
16
- `map`, `slice`, `struct`
17
+ - Nested types
18
+ - `map[K1]map[K2]Struct`, `[]map[K1]Struct[]`
19
- Aliased types
20
- `time.Duration`
21
- e.g., `type Enum string`
0 commit comments