Skip to content

Commit

Permalink
Merge pull request #1 from smola/v2
Browse files Browse the repository at this point in the history
V2
  • Loading branch information
smola authored Apr 21, 2017
2 parents 2392cc0 + af88ed6 commit fef7e45
Show file tree
Hide file tree
Showing 1,012 changed files with 19,321 additions and 11,466 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Most of the packages at the top level are general-purpose and are suitable
for use outside Vitess. Packages that are specific to Vitess are in the *vt*
subdirectory. Binaries are in the *cmd* subdirectory.

Please see [GoDoc](http://godoc.org/gopkg.in/sqle/vitess-go.v1) for
Please see [GoDoc](http://godoc.org/gopkg.in/sqle/vitess-go.v2) for
a listing of the packages and their purposes.

vt/proto contains the compiled protos for go, one per each directory.
Expand All @@ -13,7 +13,7 @@ import to XXXpb. For instance:

```go
import (
topodatapb "gopkg.in/sqle/vitess-go.v1/vt/proto/topodata"
topodatapb "gopkg.in/sqle/vitess-go.v2/vt/proto/topodata"
)
```

261 changes: 0 additions & 261 deletions bufio2/bufio.go

This file was deleted.

Loading

0 comments on commit fef7e45

Please sign in to comment.