alphazero / Go-Redis

Google Go Client and Connectors for Redis
Apache License 2.0
440 stars 123 forks source link

not usable with go get #7

Closed bpowers closed 12 years ago

bpowers commented 12 years ago

I know this project has a lot of followers, it would be great if it could be installed with go get. The best way to do this is probably by renaming the repository to 'redis'. I did this here: https://github.com/bpowers/redis For my own personal use.

Thoughts?

alphazero commented 12 years ago

Clearly it is a simple matter to just change the repo name. I did consider it long ago, and having reflected on various ramifications.

It offends my sensibilities as an engineer, Bobby, to make un-necessary changes that would impact existing user code due to the requirements of a half-baked tool:

Conclusions:

I use various Go packages, for example @feyeleanor excellent work, without once using the go get mechanism or having the slightest discomfort or issues. The notion of import "http://github.com/alphazero/redis" creates deeper problems than the non-issue that it purportedly solves -- the claimed utility boils down to a 'neat pet trick' for the dog and pony show of blog posts and conference circuit/circus. It is of no use in production and would certainly not pass substantial code reviews conducted by yours truly.

Cheers.

bpowers commented 12 years ago

I'll take that as a 'no' :)

alphazero commented 12 years ago

))) Yes, Bobby. Think of it as my version of Go's stringent compiler.
You'll thank me when you are on L3 support call.

On Wed, 18 Apr 2012 06:45:39 -0700, Bobby Powers wrote:

I'll take that as a 'no' :)


Reply to this email directly or view it on GitHub: https://github.com/alphazero/Go-Redis/issues/7#issuecomment-5198758