# Packages
Example code for Chapter 2.4 from "Build Web Application with Golang" Purpose: Shows you how to pass and use structs.
Example code for Chapter 2.4 from "Build Web Application with Golang" Purpose: Example of embedded fields.
Example code for Chapter 2.4 from "Build Web Application with Golang" Purpose: Another example of embedded fields.
Example code for Chapter 2.4 from "Build Web Application with Golang" Purpose: Shows a name conflict with a embedded field.