shreyderina

Results 1 comments of shreyderina

I caught this problem too, but my cassandra not in docker. I wrote the following script using only `gocql` ``` package main import ( "fmt" "log" "github.com/gocql/gocql" ) func main()...