-
Notifications
You must be signed in to change notification settings - Fork 267
Description
I pulled down code... running ./all.sh I get:
package github.com/ha/doozer
imports code.google.com/p/goprotobuf/proto: unable to detect version control system for code.google.com/ path
I made changes in the files, replace the code.google.com with proper git hub imports in:
modified: .travis.yml
modified: consensus/m.pb.go
modified: consensus/m_test.go
modified: consensus/manager.go
modified: consensus/manager_test.go
modified: consensus/run.go
modified: consensus/run_test.go
modified: doc/hacking.md
modified: doc/proto.md
modified: server/conn.go
modified: server/msg.pb.go
modified: server/server_test.go
modified: server/txn.go
modified: web/web.go
I can't find any more references, but somewhere I the code is still looking for code.google.com, preventing build.