We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2361490 commit 393eaf5Copy full SHA for 393eaf5
advanced/struct_advanced.go
@@ -31,7 +31,7 @@ func main() {
31
LastName: "Doe",
32
Birthday: time.Date(1980, 1, 1, 0, 0, 0, 0, time.UTC),
33
Address: map[string]Address{
34
- "home": Address{
+ "home": {
35
Street: "Mainstreet",
36
Number: 1,
37
Addition: "A",
0 commit comments