Cargando…

Go for Java programmers : learn the Google Go programming language /

Get an in-depth introduction to the Go programming language and its associated standard runtime libraries. This book is targeted towards programmers that already know the Java programming language and uses that Java knowledge to direct the learning of Go. You will get a deep understanding of the Go...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Feigenbaum, Barry A. (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [California] : Apress, [2022]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Part I. First look at Go
  • A Brief Look at Go vs. Java
  • What Java Has That Go Does Not
  • A Deeper Comparison of Go and Java
  • Part II: The Go language
  • Key Go aspects
  • Go basic features
  • Go types
  • Errors and panics
  • Go statements
  • Applications for interfaces
  • Go unit tests and benchmarks
  • Going into the future
  • Part III. Go library survey
  • Key package comparison
  • Key method/function comparison
  • God package survey
  • SQL database survey
  • Client and server support
  • Go runtime.