docs: project docs, scripts, deployment configs, and evidence

This commit is contained in:
2026-04-02 11:22:17 +08:00
parent 4718980ab5
commit bbeeb63dfa
396 changed files with 165018 additions and 0 deletions

4
stderr.txt Normal file
View File

@@ -0,0 +1,4 @@
# 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