100 Go mistakes and how to avoid them
Spot errors in your Go code you didn't even know you were making and boost your productivity by avoiding common mistakes and pitfalls. 100 Go Mistakes and How to Avoid Them puts a spotlight on common errors in Go code you might not even know you're making. You'll explore key areas of...
Otros Autores: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Shelter Island, New York :
Manning Publications Co
[2022]
|
Edición: | [First edition] |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009686249606719 |
Tabla de Contenidos:
- 1. Go: Simple to learn but hard to master
- 2. Code and project organization
- 3. Data types
- 4. Control structures
- 5. Strings
- 6. Functions and methods
- 7. Error Management
- 8. Concurrency: Foundations
- 9. Concurrency: Practice
- 10. The standard library
- 11. Testing
- 12. Optimizations.