refactor: extract path logic to path.go and run go fmt on codebase
This commit is contained in:
@@ -160,8 +160,6 @@ func LoadConfig(path string) (*AppConfig, error) {
|
||||
return Config, nil
|
||||
}
|
||||
|
||||
|
||||
|
||||
// applyEnvOverrides 从环境变量加载配置
|
||||
func applyEnvOverrides() {
|
||||
// Server
|
||||
|
||||
Reference in New Issue
Block a user