Skip to content

Commit bf90154

Browse files
committed
Update
1 parent 53f3754 commit bf90154

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Initialize structs with default values
1414
- `uintptr`, `bool`, `string`
1515
- Complex types
1616
- `map`, `slice`, `struct`
17+
- Nested types
18+
- `map[K1]map[K2]Struct`, `[]map[K1]Struct[]`
1719
- Aliased types
1820
- `time.Duration`
1921
- e.g., `type Enum string`

0 commit comments

Comments
 (0)