Changelog
- delete 🎉: Remove the example code run.go
- refactor 🎨: Optimize the logging method and use log uniformly Replace log with Info Println
- fix 🐛: Fix function call error for obtaining local host IP
- refactor🎨: remove unused distributed lock setup code in initialize.go
- fix🐛: include captcha answer in GenerateCaptchaHandler for improved logging
- fix🐛: improve error...