# Packages
Example code for Chapter 2.7 from "Build Web Application with Golang" Purpose: Shows how to use a buffered channel.
Example code for Chapter 2.7 from "Build Web Application with Golang" Purpose: Shows how to launch a simple gorountine.
Example code for Chapter 2.7 from "Build Web Application with Golang" Purpose: Shows how to close and interate through a channel.
Example code for Chapter 2.7 from "Build Web Application with Golang" Purpose: Shows how to use `select`.
Example code for Chapter 2.7 from "Build Web Application with Golang" Purpose: Shows how to create and use a timeout.
Example code for Chapter 2.7 from "Build Web Application with Golang" Purpose: Shows how to create and use a unbuffered channel.