Golds automatic documentation generator

This commit is contained in:
Imbus 2024-03-19 20:21:38 +01:00
parent 9c4ce0e733
commit 88c53ae4b6

View file

@ -130,4 +130,12 @@ install-just:
.PHONY: types .PHONY: types
types: types:
tygo generate tygo generate
.PHONY: install-golds
install-golds:
go install go101.org/golds@latest
.PHONY: golds
golds:
golds -port 6060 -nouses -plainsrc -wdpkgs-listing=promoted ./...