mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-16 17:12:25 +08:00
refactor: standardize code comments
This commit is contained in:
@@ -13,7 +13,7 @@ func (r *IpResult) Error() error {
|
||||
|
||||
func (r *IpResult) GetResult() string {
|
||||
if r.Err != nil {
|
||||
log.Printf("⚠️ 执行GetIP时出错: %v", r.Err)
|
||||
log.Printf("⚠️ Error executing GetIP: %v", r.Err)
|
||||
}
|
||||
return r.IP
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user