fix(lint): fix all linter warning #38
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Is your feature request related to a problem? Please describe.
When doing lint with
golangci-lint
. I found there are several linter warning. We could fix all warning to avoid some unwanted bugs or unintended behaviour. After fixing all lint warning/error, we could add a newlint
in github workflow.Describe the solution you'd like
Fixing every line of code that throw lint warning/error when using
golangci-lint
.The text was updated successfully, but these errors were encountered: