golang

Cum să creați o aplicație simplă în limba Go
Acest articol va acoperi un tutorial despre crearea unei aplicații simple „Hello World” în limbajul de programare Go. Toate exemplele de cod și comenz...
Install Jetbrains GoLand Go IDE on Ubuntu
GoLand is an amazing Go IDE by JetBrains. If you love other JetBrains IDEs then, you will love GoLand as well. GoLand will improve your Go development...
Book Review The Go Programming Language
The Go Programming Language, by Alan A. A. Donovan and Brian Kernighan, is reviewed in this post. Brian Kernighan is well known as the coauthor of The...
Golang Logrus Package
In this lesson on Logrus package in Golang, we will study various examples on how effective Logging can be done in Go and see how  important logs are ...
Golang Crypto Package
In this lesson on Crypto package in Golang, we will study various examples on managing and creating Ciphers in Go and see how Crypto package helps us ...
Golang Scanner Package
In this lesson on Scanner package in Golang, we will study various examples on how to use Scanners in multiple ways in Go programming language. We wil...
Golang Strings
Strings package in Golang Overview In this lesson on String package in Golang, we will study various examples on managing Strings and see how Strings ...
Install Golang 1.7.x Programming Language on Linux
Golang is an open source programming language that makes it easy to build simple, reliable, and efficient software. The latest Golang release, v1.7, a...