goraft / raft

UNMAINTAINED: A Go implementation of the Raft distributed consensus protocol.
MIT License
2.43k stars 479 forks source link

chore: use code in github.com instead of code.google.com #246

Closed yanyiwu closed 8 years ago

yanyiwu commented 9 years ago

For example: https://github.com/goraft/raft/pull/245

use github.com/golang/protobuf and github.com/gogo/protobuf instead of code.google.com/p/gogoprotobuf and code.google.com/p/goprotobuf

I think github.com is more convenient than code.google.com , espercially for programmer in China .

philips commented 9 years ago

This is a recent change in location. We would gladly accept a patch to clean this up.

philips commented 9 years ago

Also, note, that this package is currently unmaintained: https://github.com/goraft/raft#overview

chrislusf commented 9 years ago

hey,we need this patch ASAP. The code.google.com git system is down.

benbjohnson commented 9 years ago

@chrislusf as @philips mentioned, this repo is currently unmaintained. You can submit a PR for the change or you can fork this repo and maintain changes in your fork.