@go version > /dev/null ||(echo"Go not found. You need to install go: http://golang.org/doc/install";false)
@go version | grep-q'go version go1.1'||(echo"Go version 1.1.x required, you have a version of go that is too old See http://golang.org/doc/install for upgrading.";false)