-
Notifications
You must be signed in to change notification settings - Fork 265
Open
Description
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
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
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
sschimmel
Metadata
Metadata
Assignees
Labels
No labels