Closed mperham closed 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
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.
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/