module
Version:
v0.0.0-...-1a3016c
Opens a new window with list of versions in this module.
Published: Feb 11, 2026
License: MIT
Opens a new window with license information.
README
¶
install
$ sudo add-apt-repository ppa:longsleep/golang-backports
$ sudo apt update
$ sudo apt install -y golang-go
version
$ go version
setting
vim ~/.bashrc
export GOPATH=$HOME/go
source ~/.bashrc
run
case1 : run
$ go run filename.go
case2 : build and run
$ go build filename.go
$ ./filename
Directories
¶
Click to show internal directories.
Click to hide internal directories.