Skip to content

AkyunaAkish/GolangLanguageTraining

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang Training Repository

GoLang setup for mac terminal

get homebrew: https://brew.sh/
$ brew install go
In bashrc or bashprofile(mine is ~/.zshrc because I'm using oh my ZSH)
create your gopath:

export GOPATH="$HOME/workspace/golang"

$ cd ~/workspace/golang
$ mkdir bin pkg src src/github.com/yourGithubName(AkyunaAkish for me)
$ mkdir ~/workspace/golang/src/github.com/yourName/someRepo
$ cd ~/workspace/golang/src/github.com/yourName/someRepo
$ git init
start writing code

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages