Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Commit 4d8a6f2

Browse files
committed
scripts: go-vitess v1
1 parent 9528594 commit 4d8a6f2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

_scripts/go-vitess/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Tooling to create the package `gopkg.in/src-d/go-vitess.v0`.
1+
# Tooling to create the package `gopkg.in/src-d/go-vitess.v1`.
22

33
# config
4-
PACKAGE := gopkg.in/src-d/go-vitess.v0
4+
PACKAGE := gopkg.in/src-d/go-vitess.v1
55
REMOTE := git@github.com:src-d/go-vitess.git
66
VITESS_GIT := https://github.com/youtube/vitess
77
VITESS_PKG := github.com/youtube/vitess/go/mysql

_scripts/go-vitess/etc/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# go-vitess [![GoDoc](https://godoc.org/gopkg.in/src-d/go-vitess.v0?status.svg)](https://godoc.org/gopkg.in/src-d/go-vitess.v0)
1+
# go-vitess [![GoDoc](https://godoc.org/gopkg.in/src-d/go-vitess.v1?status.svg)](https://godoc.org/gopkg.in/src-d/go-vitess.v1)
22

33
`go-vitess` is an automatic filter-branch done by an [script](https://github.com/src-d/go-mysql-server/blob/master/_scripts/go-vitess/Makefile), of the great [Vitess](github.com/youtube/vitess) project.
44

@@ -9,7 +9,7 @@ It holds all the packages to create your own MySQL server and a full SQL parser.
99
## Installation
1010

1111
```sh
12-
go get -v -u gopkg.in/src-d/go-vitess.v0/...
12+
go get -v -u gopkg.in/src-d/go-vitess.v1/...
1313
```
1414

1515
## Contributions

_scripts/go-vitess/etc/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
//
77
// It holds all the packages to create your own MySQL server and a full SQL
88
// parser.
9-
package vitess // import "gopkg.in/src-d/go-vitess.v0"
9+
package vitess // import "gopkg.in/src-d/go-vitess.v1"

0 commit comments

Comments
 (0)