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

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

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
```