Quidest?

Writing Struct literals in Go

ยท Lorenzo Drumond

E.g.

1Customer{
2  Name: "John Arundel",
3  Email: "john.arundel@gmail.com",
4}

References

#programming #type #golang #composite #struct #github #for_the_love_of_go #documentation