Skip to content

Commit 4bccfe0

Browse files
author
Jeffrey D. King
committed
Update Makefile
1 parent 8e4ac1d commit 4bccfe0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ clean:
66
rm -f $(COVERAGE_FILE)
77
cover: test
88
go tool cover -html=$(COVERAGE_FILE)
9+
doc:
10+
lsof -nti:6060 | xargs kill -9
11+
godoc -http=:6060 &
12+
sleep 3
13+
open http://localhost:6060/pkg/github.com/weathersource/
914
get:
1015
go get -d -t ./...
1116
test:

0 commit comments

Comments
 (0)