Head first go a brain-friendly guide

What will you learn from this book? Go makes it easy to build software that’s simple, reliable, and efficient. Andthis book makes it easy for programmers like you to get started. Googledesigned Go for high-performance networking and multiprocessing, but—like Python and JavaScript—the language is eas...

Descripción completa

Detalles Bibliográficos
Otros Autores: McGavren, Jay, author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Beijing : O'Reilly Media 2019.
Edición:First edition
Colección:Head first
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630537406719
Tabla de Contenidos:
  • Let's get going: syntax basics
  • Which code runs next?: conditionals and loops
  • Call me: functions
  • Bundles of code: packages
  • On the list: arrays
  • Appending issue: slices
  • Labeling data: maps
  • Building storage: structs
  • You're my type: defined type
  • Keep it to yourself: encapsulation and embedding
  • What can you do?: interfaces
  • Back on your feet: recovering from failure
  • Sharing work: goroutines and channels
  • Code quality assurance: automated testing
  • Responding to requests: web apps
  • A pattern to follow: HTML templates
  • Understanding os.OpenFile: opening files
  • Six things we didn't cover: leftovers.