vitess-gh/go/cgzip
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
..
adler32.go Fixed more golint issues, mainly fixing comments. 2017-10-22 17:24:48 -07:00
cgzip_test.go license: BSD->Apache v2.0 2017-05-06 00:38:56 -07:00
crc32.go Fixed a couple of minor issues. 2017-10-23 08:14:05 -07:00
doc.go license: BSD->Apache v2.0 2017-05-06 00:38:56 -07:00
eof_read_test.go Rewrite imports to new custom URL. 2018-02-27 12:00:33 -08:00
reader.go Fixed more golint issues, mainly fixing comments. 2017-10-22 17:24:48 -07:00
writer.go license: BSD->Apache v2.0 2017-05-06 00:38:56 -07:00
zstream.go license: BSD->Apache v2.0 2017-05-06 00:38:56 -07:00