gocql
Package gocql implements a fast and robust Cassandra client for the Go programming language.
How to download and setup gocql
Open terminal and run command
git clone https://github.com/gocql/gocql.git
git clone is used to create a copy or clone of gocql repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with gocql https://github.com/gocql/gocql/archive/master.zip
Or simply clone gocql with SSH
[email protected]:gocql/gocql.git