Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix path to client.go #6254

Merged
merged 1 commit into from
Jun 1, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions go/vt/vitessdriver/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ Using this SQL driver is as simple as:
// Use "db" via the Golang sql interface.
}

For a full example, please see: https://github.com/vitessio/vitess/blob/master/examples/local/client.go
For a full example, please see: https://github.com/vitessio/vitess/blob/master/test/client.go

The full example is based on our tutorial for running Vitess locally: https://vitess.io/getting-started/local-instance/
The full example is based on our tutorial for running Vitess locally: https://vitess.io/docs/get-started/local/


Vtgate
Expand Down