Skip to content

Commit

Permalink
Switch Go driver to fork (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajukumaryb authored May 17, 2019
1 parent b8667da commit c541ea2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/latest/develop/build-apps/ycql/go.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This tutorial assumes that you have:
To install the driver locally run:

```sh
$ go get github.com/gocql/gocql
$ go get github.com/yugabyte/gocql
```

## Writing a HelloWorld CQL app
Expand All @@ -25,7 +25,7 @@ import (
"log"
"time"

"github.com/gocql/gocql"
"github.com/yugabyte/gocql"
)

func main() {
Expand Down

0 comments on commit c541ea2

Please sign in to comment.