This commit is contained in:
Jan Bader 2021-12-27 23:06:59 +00:00
parent 8188184ac9
commit f08784ffa7

View File

@ -13,7 +13,7 @@ import (
func main() {
cfg, err := config.LoadConfig()
if err != nil {
log.Fatalf("Could not load Config: %v", err)
log.Fatalf("Could not load config: %v", err)
}
bv := &bcrypt.Verifier{}