command go get github.com/relops/cqlc failed with the following output :
$GOPATH/github.com/relops/cqlc/generator/template.go:50: undefined: gocql.CLUSTERING_KEY
$GOPATH/github.com/relops/cqlc/generator/template.go:54: undefined: gocql.PARTITION_KEY
$GOPATH/github.com/relops/cqlc/generator/template.go:59: undefined: gocql.PARTITION_KEY
$GOPATH/github.com/relops/cqlc/generator/template.go:62: undefined: gocql.CLUSTERING_KEY
$GOPATH/github.com/relops/cqlc/generator/template.go:85: undefined: gocql.CLUSTERING_KEY
$GOPATH/github.com/relops/cqlc/generator/template.go:91: undefined: gocql.PARTITION_KEY
Same for command go build. Any clue ?
Thanks
command
go get github.com/relops/cqlcfailed with the following output :Same for command
go build. Any clue ?Thanks