Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to detect version control system for code.google.com #76

Open
ieiei opened this issue Mar 16, 2016 · 0 comments
Open

unable to detect version control system for code.google.com #76

ieiei opened this issue Mar 16, 2016 · 0 comments

Comments

@ieiei
Copy link

ieiei commented Mar 16, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant