diff options
Diffstat (limited to 'vendor/github.com/golang/snappy/encode_amd64.go')
-rw-r--r-- | vendor/github.com/golang/snappy/encode_amd64.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/golang/snappy/encode_amd64.go b/vendor/github.com/golang/snappy/encode_amd64.go index 2a56fb504..150d91bc8 100644 --- a/vendor/github.com/golang/snappy/encode_amd64.go +++ b/vendor/github.com/golang/snappy/encode_amd64.go @@ -26,4 +26,4 @@ func extendMatch(src []byte, i, j int) int // encodeBlock has the same semantics as in encode_other.go. // //go:noescape -func encodeBlock(dst, src []byte) (d int)
\ No newline at end of file +func encodeBlock(dst, src []byte) (d int) |