batazor/go-auth

View on GitHub
utils/crypto/crypto.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function HashPassword should have comment or be unexported
Open

func HashPassword(password string) (string, error) {
Severity: Minor
Found in utils/crypto/crypto.go by golint

exported function CheckPasswordHash should have comment or be unexported
Open

func CheckPasswordHash(password, hash string) bool {
Severity: Minor
Found in utils/crypto/crypto.go by golint

There are no issues that match your filters.

Category
Status