We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a58d83 commit 414537bCopy full SHA for 414537b
1 file changed
Makefile
@@ -28,3 +28,7 @@ fuzz: mod-tidy generate
28
cover: mod-tidy generate
29
go test -v -count=1 -covermode=atomic -coverprofile=cover.out -coverpkg=./... ./...
30
go tool cover -html=cover.out
31
+
32
+.PHONY: docs
33
+docs:
34
+ go run golang.org/x/pkgsite/cmd/pkgsite@latest -http=:8080
0 commit comments