github.com/fzfile/BaiduPCS-Go@v0.0.0-20200606205115-4408961cf336/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  )