Go in practice
Summary Go in Practice guides you through 70 real-world techniques in key areas like package management, microservice communication, and more. Following a cookbook-style Problem/Solution/Discussion format, this practical handbook builds on the foundational concepts of the Go language and introduces...
Otros Autores: | , |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Shelter Island, New York :
Manning Publications
[2016]
|
Edición: | 1st edition |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630101606719 |
Tabla de Contenidos:
- Part 1. Background and fundamentals. Getting into Go
- A solid foundation
- Concurrency in Go
- Part 2. Well-rounded applications. Handling errors and panic
- Debugging and testing
- Part 3. An interface for your applications. HTML and email template patterns
- Serving and receiving assets and forms
- Working with web services
- Part 4. Taking your applications to the cloud. Using the cloud
- Communication between cloud services
- Reflection and code generation.