index
:
sleepy
https
master
Go library for making RESTful services
bgstack15
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
script
/
build
blob: 980a1a2014302c874ea2e102af707f793af24ec0 (
plain
)
1
2
3
4
#!/bin/bash
go get
-d -v
.
/
... go build
-v
.
/
...
bgstack15