mirror of
https://github.com/hay-kot/homebox.git
synced 2024-12-18 21:16:31 +00:00
![Hayden](/assets/img/avatar_default.png)
* fix inaccruate 401 error on SQL db error * init golangci-lint config * linter autofix * testify auto fixes * fix sqlite busy errors * fix naming * more linter errors * fix rest of linter issues
2 lines
98 B
Go
2 lines
98 B
Go
// Package hasher provides a simple interface for hashing and verifying passwords.
|
|
package hasher
|