Questions tagged [gocql]

GOCQL is the golang driver for connecting to Cassandra.

GOCQL is the Google go language's driver for connecting to Apache Cassandra.

91 questions
-3
votes
1 answer

GoLang, bad readout from slice

Im pretty new in GoLang and i need some help. Im making simple API app. pasing structs by API to slice looks like this: type Struct struct { //some records } var structs []Struct //slice func SetStruct(w http.ResponseWriter, req…
user9626387
1 2 3 4 5 6
7