зеркало из https://github.com/golang/snappy.git
all: simpler import path
This commit is contained in:
Родитель
eaa750b9bf
Коммит
c5eccb269a
2
README
2
README
|
@ -1,7 +1,7 @@
|
|||
The Snappy compression format in the Go programming language.
|
||||
|
||||
To download and install from source:
|
||||
$ go get github.com/golang/snappy/snappy
|
||||
$ go get github.com/golang/snappy
|
||||
|
||||
Unless otherwise noted, the Snappy-Go source files are distributed
|
||||
under the BSD-style license found in the LICENSE file.
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// It aims for very high speeds and reasonable compression.
|
||||
//
|
||||
// The C++ snappy implementation is at http://code.google.com/p/snappy/
|
||||
package snappy
|
||||
package snappy // import "github.com/golang/snappy"
|
||||
|
||||
import (
|
||||
"hash/crc32"
|
Загрузка…
Ссылка в новой задаче