various: resolve linter warnings

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ia83658dd31f9e4042d0a3a754fc6e4106a6a6964
This commit is contained in:
raf 2026-03-07 09:44:23 +03:00
commit b7b1d62cfc
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
4 changed files with 7 additions and 5 deletions

View file

@ -4,6 +4,7 @@
gopls,
golines,
delve,
golangci-lint,
}:
mkShell {
name = "go";
@ -12,5 +13,6 @@ mkShell {
gopls # formatter
golines # line wrapper
delve # debugger
golangci-lint # linter
];
}