stevenbooru/README.md

29 lines
270 B
Markdown
Raw Permalink Normal View History

2015-07-31 08:10:43 +00:00
stevenbooru
===========
2015-07-31 08:19:50 +00:00
The code for stevenbooru
build
-----
```console
$ gb build all
```
or
```console
$ source ./env.sh
$ go get stevenbooru.cf/cmd/...
```
test
----
This uses [`gt`](https://godoc.org/rsc.io/gt).
```console
$ go get rsc.io/gt
$ ./test.sh
```