golang

Install Golang 1.7.x Programming Language on Linux

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, arrives six months after 1.6. Most of its changes are in the implementation of the toolchain, runtime, and libraries.

The release adds a port to IBM LinuxOne; updates the x86-64 compiler back end to generate more efficient code; includes the context package, promoted from the x/net subrepository and now used in the standard library; and adds support in the testing package for creating hierarchies of tests and benchmarks. The release also finalizes the vendoring support started in Go 1.5, making it a standard feature.

Go 1.7 Key Changelog

Ports

Go Command

Performance

See changelog for full details

How to install latest Golang 1.7.x on Ubuntu 17.04, Ubuntu 16.10, Ubuntu 16.04, Ubuntu 15.04, Ubuntu 14.04

---------- Download latest package 32bit OS ---------- wget https://storage.googleapis.com/golang/go1.7.4.linux-386.tar.gz ---------- Download latest package 64bit OS---------- wget https://storage.googleapis.com/golang/go1.7.4.linux-amd64.tar.gz ---------- Extract download package ---------- tar xvf go1.7* ---------- Move extracted folder to "/usr/local" ---------- sudo chown -R root:root ./go sudo mv go /usr/local ---------- Edit profile using vim or any other text editor ---------- vim ~/.profile ---------- Add following bash variables to profile so Golang knows where the directory is located ---------- export GOPATH=$HOME/work export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin ---------- Reload the updated profile ---------- source ~/.profile ---------- Check version installed ---------- go version
Gry Najlepsze emulatory konsoli do gier dla systemu Linux
Najlepsze emulatory konsoli do gier dla systemu Linux
W tym artykule wymienimy popularne oprogramowanie do emulacji konsoli do gier dostępne dla systemu Linux. Emulacja to warstwa kompatybilności oprogram...
Gry Najlepsze dystrybucje Linuksa do gier w 2021 r
Najlepsze dystrybucje Linuksa do gier w 2021 r
System operacyjny Linux przeszedł długą drogę od pierwotnego, prostego, serwerowego wyglądu. Ten system operacyjny znacznie się poprawił w ostatnich l...
Gry Jak przechwytywać i przesyłać strumieniowo sesję gry w systemie Linux
Jak przechwytywać i przesyłać strumieniowo sesję gry w systemie Linux
W przeszłości granie w gry było uważane tylko za hobby, ale z czasem branża gier odnotowała ogromny wzrost pod względem technologii i liczby graczy. P...