Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix typos | Linus Nordberg | 2022-04-28 | 1 | -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-debug | Rasmus Dahlberg | 2022-04-23 | 1 | -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. |