The Go Programming Language
go.devThe Go language is small, compiles really fast, and as a result it lets your mind focus on the actual problem and less on the tool you are using to solve it. Code, test, debug cycles are so quick that you forget you are not working with an interpreted language. Looking at our code, you see less boilerplate and more business logic.
Release History - The Go Programming Language
go.dev › doc › develAug 15, 2016 · It is identical to go1.12.2, except for its version number. The intended fix is in go1.12.4. go1.12.4 (released 2019-04-11) fixes an issue where using the prebuilt binary releases on older versions of GNU/Linux led to failures when linking programs that used cgo.
Module version numbering - The Go Programming Language
go.dev › doc › modulesThe version number can take one of the following forms: Pseudo-version number. v0.0.0-20170915032832-14c0d48ead0c. v0 number. v0.x.x. Pseudo-version number. When a module has not been tagged in its repository, Go tools will generate a pseudo-version number for use in the go.mod file of code that calls functions in the module.
The Go Programming Language
https://go.devThe Go language is small, compiles really fast, and as a result it lets your mind focus on the actual problem and less on the tool you are using to solve it. Code, test, debug cycles are so quick that you forget you are not working with an interpreted language. Looking at our code, you see less boilerplate and more business logic.