https://github.com/fcwu/go-hello-godep
go hello world with godep
https://github.com/fcwu/go-hello-godep
Last synced: about 2 months ago
JSON representation
go hello world with godep
- Host: GitHub
- URL: https://github.com/fcwu/go-hello-godep
- Owner: fcwu
- Created: 2015-03-19T02:41:22.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-19T02:44:04.000Z (about 11 years ago)
- Last Synced: 2025-01-14T07:33:59.656Z (over 1 year ago)
- Language: Go
- Size: 156 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Bootstrap
===============
My environment
- go at /usr/local/go/bin
- godep at /home/u/src/golang/bin
```
git clone
export PATH=${PATH}:/usr/local/go/bin/:/home/u/src/golang/bin/
godep go build -a
```