We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b83233 commit d142c49Copy full SHA for d142c49
1 file changed
Makefile
@@ -8,9 +8,7 @@ gomodtidy: gomods
8
9
.PHONY: docs
10
docs:
11
- go install golang.org/x/pkgsite/cmd/pkgsite@latest
12
- # http://localhost:8080/pkg/github.com/smartcontractkit/chainlink-common/pkg/
13
- pkgsite
+ go doc -http
14
15
.PHONY: install-protoc
16
install-protoc:
0 commit comments