This book is intended to get you up to speed with Go by using it in a series of immediately useful, small-scale projects. If you’re a developer who’s interested in learning Go and doing in a fast and practical way, read on!
This excerpt covers:
From Go in Action, Second Edition by William Kennedy and Andrew Walker
This book will help you master Go language fundamentals, learn how to structure Go projects effectively, and deliver high-performance code using Go’s powerful concurrency model.
Read on to see how.
An excerpt from gRPC Microservices in Go by Hüseyin Babal This excerpt covers: § Introducing Go gRPC Microservices § Comparing gRPC with REST § Understanding when to use gRPC § Better understanding of gRPC microservices with production-grade use-cases Read it… Continue Reading →
From Get Programming with Go By Nathan Youngman
This article is an introduction to types in the Go programming language.
From Go Web Programming by Sau Sheong Chang
In this article I will talk about parsing JSON and how to create JSON data.
From Go Web Programming by Sau Sheong Chang
In this article I show you how to create an HTML form that allows you to submit data to your web application and place it in a form.html file.
By Nathan Youngman
In this article, excerpted from Learn Go, I will introduce you to the concept of types in Go.