alphazero / Go-Redis

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

Support goinstall #6

Closed mperham closed 12 years ago

mperham commented 12 years ago

goinstall allows you to auto-install github repos. I'm new to Go so I'm not sure what the underlying problem is. This would make it easy for noobs like me to install and use your project quickly.

http://golang.org/cmd/goinstall/

> goinstall -u github.com/alphazero/Go-Redis
goinstall: github.com/alphazero/Go-Redis: package has no files
alphazero commented 12 years ago

Hi Mike,

Thanks, I'll look into it.

/R On Tue, 27 Dec 2011 21:29:18 -0800, Mike Perham wrote:

goinstall allows you to auto-install github repos. I'm new to Go but I believe it just requires a top-level Makefile to build the project. This would make it easy for noobs like me to install and use your project quickly.

http://golang.org/cmd/goinstall/


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

alphazero commented 12 years ago

Project now reflects go install prefs, but there is the issue of the (imo BUG) in Go install that demands repo name and package names to be identical. Closing as changing repo-name, or, changing package name (go-redis is illegal package name in Go) are both non-options.