goraft / raft

UNMAINTAINED: A Go implementation of the Raft distributed consensus protocol.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moving this library to a correct base name?

philips opened this issue · comments

go-raft doesn't follow with the Package Naming that golang.org recommends. Essentially, our base name should be raft instead of go-raft.

It would be nice to fix this and I was thinking we could move the repo into an organization at the same time: github.com/goraft/raft

That way the package URL doesn't get longer, it still conveys the information that this is a Go library and by using an Org it sends a signal that there is a community of people behind the project.

@benbjohnson What do you think about this? I reserved the goraft Org already and would be happy to give you admin access.

@philips I think moving the library to a goraft organization is a good idea. It's grown up enough to have it's own org. Add me as an admin and I'll transfer it over.

@benbjohnson Great, you are the owner and I added Xiang since I think he currently has merge rights on this repo.