[testconn.go:6:2: cannot find package "github.com/gocql/gocql" in any of:
C:\Go\src\github.com\gocql\gocql (from $GOROOT)
C:\Users\thangaprakash.m\go\src\github.com\gocql\gocql (from $GOPATH)
C:\Users\thangaprakash.m\Downloads\gowork>go run testconn.go
testconn.go:6:2: cannot find package "github.com/gocql/gocql" in any of:
C:\Go\src\github.com\gocql\gocql (from $GOROOT)
C:\Users\thangaprakash.m\go\src\github.com\gocql\gocql (from $GOPATH)
C:\Users\thangaprakash.m\Downloads\gowork>go get "github.com/gocql/gocql"
go: missing Git command. See https://golang.org/s/gogetcmd
package github.com/gocql/gocql: exec: "git": executable file not found in %PATH%
C:\Users\thangaprakash.m\Downloads\gowork>go get "github.com/gocql/gocql.git"
package github.com/gocql/gocql.git: invalid version control suffix in github.com
/ path
]
The error is telling you that you don't have git installed so it can't download the package
--
You received this message because you are subscribed to the Google Groups "gocql" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gocql+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.