Skip to content

uncharted-causemos/wm-request-queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

134 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wm-request-queue

Installing go with home brew and setting up the environment (Mac)

Update & Install Go

brew update && brew install golang

Setup workspace

mkdir -p $HOME/go/{bin,src,pkg}

Setup Environment

Add following lines to ~/.bash_profile

export GOPATH=$HOME/go                                                           
export GOROOT="$(brew --prefix golang)/libexec"                                  
export GOBIN=$GOPATH/bin                                                         
export PATH=$PATH:$GOPATH/bin                                                    
export PATH=$PATH:$GOROOT/bin

Development

  • Clone the repository
  • Run make install
  • Run make run

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •