Update vendor

This commit is contained in:
Ettore Di Giacinto
2020-12-18 21:24:12 +01:00
parent f0fae82ad9
commit 71c06913aa
64 changed files with 14202 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
// Copyright 2016 The Snappy-Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build !appengine
// +build gc
// +build !noasm
package snappy
// decode has the same semantics as in decode_other.go.
//
//go:noescape
func decode(dst, src []byte) int