5 lines
406 B
Plaintext
5 lines
406 B
Plaintext
|
|
# github.com/user-management-system/cmd/server
|
||
|
|
cmd\server\main.go:7:2: "time" imported and not used
|
||
|
|
cmd\server\main.go:64:3: cannot use userRepo (variable of type *repository.UserRepository) as repository.UserRepository value in argument to service.NewAuthService
|
||
|
|
cmd\server\main.go:68:3: cannot use cfg.Security.PasswordMinLength (variable of type bool) as int value in argument to service.NewAuthService
|