Skip to content

Commit

Permalink
gofmt -s
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonWaldherr committed Sep 13, 2024
1 parent 2361490 commit 393eaf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion advanced/struct_advanced.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func main() {
LastName: "Doe",
Birthday: time.Date(1980, 1, 1, 0, 0, 0, 0, time.UTC),
Address: map[string]Address{
"home": Address{
"home": {
Street: "Mainstreet",
Number: 1,
Addition: "A",
Expand Down

0 comments on commit 393eaf5

Please sign in to comment.