8000 GitHub - ninjasujan/sanas-golang-training
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ninjasujan/sanas-golang-training

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang

Go mod

go mod init demo

to run

go run main.go

to build debug build

go build -o hello main.go

to build release build

 go build -ldflags="-s -w" -o small-hello main.go

go install

GOBIN=/Users/jiten/workspace/training/sanas-golang-training/bin honnef.co/go/tools/cmd/staticcheck@latest         

distribution list

go tool dist list 

cross compilation and build

GOOS=windows GOARCH=amd64 go build -o build/hel
5B8F
lo_windows_amd64.exe mai
n.go

Compilation


Keywords (25 of 25)

break,chan,continue,case,const,defer,default,if,else,fallthrough,for,func,go,goto,import,interface,map,package,range,return,type,select,switch,struct,var

Builtin functions(18 of 18)

append,cap,clear,close,copy,complex,delete, imag,len, make, min, max,new, panic,print, println,real,recover

For Linking Issue

sudo GODEBUG=installgoroot=all go install std

https://docs.google.com/presentation/d/1WVvsbvgHKBrNrKtnT4XWRfrsfkNlbw5u6L9O1DeVBn0/edit?usp=sharing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%
0