Skip to content

Commit 393eaf5

Browse files
committed
gofmt -s
1 parent 2361490 commit 393eaf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced/struct_advanced.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func main() {
3131
LastName: "Doe",
3232
Birthday: time.Date(1980, 1, 1, 0, 0, 0, 0, time.UTC),
3333
Address: map[string]Address{
34-
"home": Address{
34+
"home": {
3535
Street: "Mainstreet",
3636
Number: 1,
3737
Addition: "A",

0 commit comments

Comments
 (0)