For example: "itchat4go/enum" should be "github.com/newflydd/itchat4go/enum".
$ go get -v github.com/newflydd/itchat4go
github.com/newflydd/itchat4go (download)
package itchat4go/enum: unrecognized import path "itchat4go/enum" (import path does not begin with hostname)
package itchat4go/model: unrecognized import path "itchat4go/model" (import path does not begin with hostname)
package itchat4go/service: unrecognized import path "itchat4go/service" (import path does not begin with hostname)
$
This will cause compile error.
For example: "itchat4go/enum" should be "github.com/newflydd/itchat4go/enum".
This will cause compile error.