go:5:2: cannot find package "github.com/googollee/go-socket.io" in any of: /usr/local/go/src/github.com/googollee/go-socket.io (from $GOROOT) /Users/YoungHoonKim/Documents/chat/src/github.com/googollee/go-socket.io (from $GOPATH)
I'm getting this error while trying to compile my chat.go
file with LiteIDE. I'm following a guide to build a chatserver, so I don't know where this package should be. any help?