Changed to pkgsite for docs browsing and then refined the chromedp test some to be nicer to write.

This commit is contained in:
Zed A. Shaw 2025-06-17 02:23:23 -04:00
parent b28e507e5e
commit 849943a01e
8 changed files with 86 additions and 91 deletions

View file

@ -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"