Commit Graph

6 Commits

Author SHA1 Message Date
Siyuan Miao d3e72e5d88 make linter happy 2025-04-11 00:25:46 +02:00
Siyuan Miao 34067c13c7 feat(tls): rewrite tls feature 2025-04-11 00:25:46 +02:00
Siyuan Miao c939a02f33 feat(tls): store tls certificates 2025-04-11 00:25:05 +02:00
Siyuan Miao 621484a33e refactor: use structured logging 2025-04-10 23:01:01 +02:00
SuperQ aed453cc8c
chore: Enable more linters
Enable more golangci-lint linters.
* `forbidigo` to stop use of non-logger console printing.
* `goimports` to make sure `import` blocks are formatted nicely.
* `misspell` to catch spelling mistakes.
* `whitespace` to catch whitespace issues.

Signed-off-by: SuperQ <superq@gmail.com>
2025-03-26 18:41:09 +01:00
Siyuan Miao 285de31ade feat(tls): add simple tls support 2025-03-10 13:49:20 +01:00