hibix43 / learn-golang

learn golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learn golang

Here is repository of outputs to learn golag

Keep in mind

  • Purpose is improvement to Go Programming and English skills
  • Learn by english as possible
  • Increase the outputs
  • Dont be afraid of using English

Documents to learn golang

How to Write Go Code

  • set $GOPATH
  • make directory following convention
  • go install to produce binary (run command)
  • go build to save compiled library cache
  • go 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

A Tour of Go

  • Omission
    • Exercise: Loops and Functions
    • Exercise: Slices
    • Exercise: Maps
    • Exercise: Fibonacci closure

About

learn golang


Languages

Language:Go 100.0%