Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alombarte/hell-go-world
- Owner: alombarte
- Created: 2015-10-25T08:02:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-26T20:16:46.000Z (about 9 years ago)
- Last Synced: 2023-03-24T08:07:44.411Z (over 1 year ago)
- Language: Go
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hell-go-world
Stupid go code to learn the syntaxCode 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/binInstall the package under `bin/hell-go-world`
go install github.com/alombarte/hell-go-world