Terry-Mao / goim

goim
https://goim.io/
MIT License
7.21k stars 1.78k forks source link

Some libs import path should add "github.com" prefix #130

Closed it-man-cn closed 8 years ago

it-man-cn commented 8 years ago

Trunk code does not compile correctly. Some libs import path should add "github.com" prefix. such as: https://github.com/Terry-Mao/goim/blob/master/comet/rpc.go import ( inet "goim/libs/net" // inet "github.com/goim/libs/net" "goim/libs/proto" "net" "net/rpc"

log "github.com/thinkboy/log4go"

)

tonybase commented 8 years ago

$ cd $GOPATH/src $ git clone https://github.com/Terry-Mao/goim.git $ cd $GOPATH/src/goim

Need to clone project to the src directory.