Skip to content
This repository has been archived by the owner on Dec 24, 2022. It is now read-only.

hibix43/learn-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages