You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
package code.google.com/p/goprotobuf/proto: unable to detect version control system for code.google.com/ path
package code.google.com/p/go.net/websocket: unable to detect version control system for code.google.com/ path
import "code.google.com/p/goprotobuf/proto" to import "github.com/golang/protobuf/proto"
import "code.google.com/p/go.net/websocket" to import "golang.org/x/net/websocket"
Also:
cause it import itself ha/doozerd & ha/doozer
so need to change the directories ${GOPATH}/src/github.com/ha/doozer & ${GOPATH}/src/github.com/ha/doozerd all files import like above
The text was updated successfully, but these errors were encountered:
these two libs are not hosted in code.google.com
code.google.com/p/goprotobuf/proto ==> github.com/golang/protobuf/proto
code.google.com/p/go.net/websocket ==> golang.org/x/net/websocket
So to change all files
Also:
cause it import itself ha/doozerd & ha/doozer
so need to change the directories ${GOPATH}/src/github.com/ha/doozer & ${GOPATH}/src/github.com/ha/doozerd all files import like above
The text was updated successfully, but these errors were encountered: