vitess-gh/go/json2
Anthony Yeh 6914580ad5
Rewrite imports to new custom URL.
This commit consists only of the changes from running the following:

```
find go -name '*.go' | xargs -n 10 -- sed -i -r -e \
  's,"github.com/youtube/vitess/go/,"vitess.io/vitess/go/,'
```
2018-02-27 12:00:33 -08:00
..
marshal.go vschema: add support for column info 2017-12-26 15:11:27 -08:00
marshal_test.go Rewrite imports to new custom URL. 2018-02-27 12:00:33 -08:00
unmarshal.go vschema: add support for column info 2017-12-26 15:11:27 -08:00
unmarshal_test.go Rewrite imports to new custom URL. 2018-02-27 12:00:33 -08:00