aboutsummaryrefslogtreecommitdiff
path: root/internal/options
Commit message (Collapse)AuthorAgeFilesLines
* fix typosLinus Nordberg2022-04-281-2/+2
| | | | | | | We should consider stop writing function names in comments. They don't add much. Actually they don't add anything except potentially confusion when they don't match the actualy name which is checked by the compiler.
* add drafty tool named sigsum-debugRasmus Dahlberg2022-04-231-0/+65
Meant to be used for debugging and tests only. Replaces cmd/tmp/* in log-go, expect for the DNS command which is redundant. Use `dig -t txt $domain_hint` to debug domain hints.