Added godoc support to Taskfile

This commit is contained in:
Sacha Ligthert 2025-01-27 23:49:51 +01:00
parent d8636d07f4
commit d0d1568249

View File

@ -38,3 +38,7 @@ tasks:
cmds:
- gource --auto-skip-seconds 1 --key -r 60
silent: true
godoc:
cmds:
- godoc -http=:6060
silent: true