diff --git a/Taskfile.yml b/Taskfile.yml index 318fa62..6151ca9 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -38,3 +38,7 @@ tasks: cmds: - gource --auto-skip-seconds 1 --key -r 60 silent: true + godoc: + cmds: + - godoc -http=:6060 + silent: true