Skip to content

Commit d142c49

Browse files
authored
rm pkgsite; use go doc -http (#1619)
1 parent 7b83233 commit d142c49

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ gomodtidy: gomods
88

99
.PHONY: docs
1010
docs:
11-
go install golang.org/x/pkgsite/cmd/pkgsite@latest
12-
# http://localhost:8080/pkg/github.com/smartcontractkit/chainlink-common/pkg/
13-
pkgsite
11+
go doc -http
1412

1513
.PHONY: install-protoc
1614
install-protoc:

0 commit comments

Comments
 (0)