github.com/qjfoidnh/BaiduPCS-Go@v0.0.0-20231011165705-caa18a3765f3/pcsutil/getip/errors.go (about) 1 package getip 2 3 import ( 4 "errors" 5 ) 6 7 var ( 8 // ErrParseIP 解析ip地址错误 9 ErrParseIP = errors.New("parse ip error") 10 )