Skip to content

import path should be full path. #2

@chinglinwen

Description

@chinglinwen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions