Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ren3gadem4rm0t committed Aug 2, 2024
1 parent 3e4ae77 commit 9427b89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ staticcheck:
ast:
@gosec ./parser/... examples/...

docs:
@echo $$(sleep 2 && open http://localhost:6060/pkg/github.com/ren3gadem4rm0t/cef-parser-go/parser/) &
@godoc -play -http localhost:6060 -v

clean:
@go clean
@rm -f ./coverage.out ./coverage.html
Expand Down

0 comments on commit 9427b89

Please # to comment.