Changed to pkgsite for docs browsing and then refined the chromedp test some to be nicer to write.
This commit is contained in:
parent
b28e507e5e
commit
849943a01e
8 changed files with 86 additions and 91 deletions
10
Makefile
10
Makefile
|
@ -1,17 +1,17 @@
|
|||
build:
|
||||
go build .
|
||||
|
||||
migrate:
|
||||
go tool goose sqlite3 db.sqlite3 -dir migrations up
|
||||
|
||||
html:
|
||||
go tool qtc -dir templates
|
||||
|
||||
docs:
|
||||
go tool godoc -http=localhost:6060 -index -index_files godoc.idx
|
||||
|
||||
build_docs:
|
||||
go tool godoc -v -http=localhost:6060 -index -index_files godoc.idx -write_index
|
||||
go tool pkgsite --open
|
||||
|
||||
test:
|
||||
go test
|
||||
go test zedshaw.games/webapp/tests
|
||||
|
||||
dev:
|
||||
go tool air -build.stop_on_error "true"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue