Here is repository of outputs to learn golag
- Purpose is improvement to Go Programming and English skills
- Learn by english as possible
- Increase the outputs
- Dont be afraid of using English
go version go1.12 darwin/amd64
- How to Write Go Code - The Go Programming Language
- A Tour of Go
- set $GOPATH
- make directory following convention
go install
to produce binary (run command)go build
to save compiled library cachego test
to check target source- When write a path, use github.com/...(don't use src and golag, etc.)
- Commands and sources follow above rule
- When run command at target package, commands doesn't need the path
- Omission
- Exercise: Loops and Functions
- Exercise: Slices
- Exercise: Maps
- Exercise: Fibonacci closure