module
Version:
v0.0.0-...-1873fbe
Opens a new window with list of versions in this module.
Published: Feb 18, 2020
License: Apache-2.0
Opens a new window with license information.
README
¶
learning go
repository created in order to learn basics of go programming language
installation
sudo pacman -S go
env variables:
export GOPATH=$HOME/go
export GOBIN=$HOME/go/bin
compiling and running programs
go install hello.go
$GOBIN/hello
references
Directories
¶
tasks
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.