Add golangci-lint CI

This commit is contained in:
Khanh Ngo 2023-12-31 21:34:57 +01:00
parent 769883f020
commit 020e0fdc67
No known key found for this signature in database
GPG key ID: 29077342AA5648F6
12 changed files with 69 additions and 36 deletions

View file

@ -4,6 +4,7 @@ import (
"encoding/base64"
"errors"
"fmt"
"golang.org/x/crypto/bcrypt"
)