Здоровья, добра
и удачи во всём!
^)^

The Go Programming Language v1.19

Go is an open source programming language that makes it easy to build simple, reliable, and efficient software
This is build for systems Windows/Linux x64.

Download stable version: http://yutoks.ru/downloads/go1.19.src.patched.tar.gz.
Download outdated version: http://yutoks.ru/downloads/go1.15.src.patched.tar.gz.

Extracted the tar file into c:\go, you might for example use command line
put the following on Windows:

set GOROOT=C:\go
set PATH=%GOROOT%\bin;%PATH%

Let's check it out:

godoc --http=127.0.0.1:8000

Extracted the tar file into /opt/go, you might for example use command line
put the following on Linux:

export GOROOT=/opt/go
export PATH=$PATH:$GOROOT/bin

Let's check it out:

godoc -http=127.0.0.1:8000

Go is an open source programming language that makes it easy to build simple,
reliable, and efficient software. Good luck!

под музыку Вивальди
и S90

делано на ГосЛинукс
© willy 2007-2024