The code for stevenbooru
Go to file
Christine Dodrill f302239ba3 Add dependencies 2015-07-31 08:17:14 -07:00
data make data directory 2015-07-31 01:26:25 -07:00
src/stevenbooru.cf/cmd/stevenbooru Add placeholder hello world text 2015-07-31 01:50:25 -07:00
vendor Add dependencies 2015-07-31 08:17:14 -07:00
.gitignore refactor build, gitignore 2015-07-31 01:52:36 -07:00
LICENSE Init commit 2015-07-31 04:10:43 -04:00
README.md add some scripts 2015-07-31 01:19:50 -07:00
build.sh refactor build, gitignore 2015-07-31 01:52:36 -07:00
env.sh add some scripts 2015-07-31 01:19:50 -07:00
test.sh add some scripts 2015-07-31 01:19:50 -07:00

README.md

stevenbooru

The code for stevenbooru

build

$ gb build all

or

$ source ./env.sh
$ go get stevenbooru.cf/cmd/...

test

This uses gt.

$ go get rsc.io/gt
$ ./test.sh