Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alombarte/hell-go-world

Stupid go code to learn the syntax
https://github.com/alombarte/hell-go-world

Last synced: about 1 month ago
JSON representation

Stupid go code to learn the syntax

Awesome Lists containing this project

README

        

# hell-go-world
Stupid go code to learn the syntax

Code organization:

mkdir -p $HOME/git/goworkspace/{src,pkg,bin}
git clone [email protected]:alombarte/hell-go-world.git $HOME/git/goworkspace/src/github.com/alombarte/hell-go-world
export GOPATH=$HOME/git/goworkspace
export PATH=$PATH:$GOPATH/bin

Install the package under `bin/hell-go-world`

go install github.com/alombarte/hell-go-world