diff options
| author | 2025-03-09 17:47:56 +0100 | |
|---|---|---|
| committer | 2025-12-01 22:08:04 +0100 | |
| commit | b1af8fd87760b34e3ff2fd3bda38f211815a0473 (patch) | |
| tree | 9317fad1a7ec298d7a8d2678e4e422953bbc6f33 /vendor/github.com/ugorji/go/codec/simple.notfastpath.mono.generated.go | |
| parent | [chore] update URLs to forked source (diff) | |
| download | gotosocial-b1af8fd87760b34e3ff2fd3bda38f211815a0473.tar.xz | |
[chore] remove vendor
Diffstat (limited to 'vendor/github.com/ugorji/go/codec/simple.notfastpath.mono.generated.go')
| -rw-r--r-- | vendor/github.com/ugorji/go/codec/simple.notfastpath.mono.generated.go | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/vendor/github.com/ugorji/go/codec/simple.notfastpath.mono.generated.go b/vendor/github.com/ugorji/go/codec/simple.notfastpath.mono.generated.go deleted file mode 100644 index 04edb7438..000000000 --- a/vendor/github.com/ugorji/go/codec/simple.notfastpath.mono.generated.go +++ /dev/null @@ -1,52 +0,0 @@ -//go:build !notmono && !codec.notmono && (notfastpath || codec.notfastpath) - -// Copyright (c) 2012-2020 Ugorji Nwoke. All rights reserved. -// Use of this source code is governed by a MIT license found in the LICENSE file. - -package codec - -import ( - "reflect" -) - -type fastpathESimpleBytes struct { - rt reflect.Type - encfn func(*encoderSimpleBytes, *encFnInfo, reflect.Value) -} -type fastpathDSimpleBytes struct { - rt reflect.Type - decfn func(*decoderSimpleBytes, *decFnInfo, reflect.Value) -} -type fastpathEsSimpleBytes [0]fastpathESimpleBytes -type fastpathDsSimpleBytes [0]fastpathDSimpleBytes - -func (helperEncDriverSimpleBytes) fastpathEncodeTypeSwitch(iv interface{}, e *encoderSimpleBytes) bool { - return false -} -func (helperDecDriverSimpleBytes) fastpathDecodeTypeSwitch(iv interface{}, d *decoderSimpleBytes) bool { - return false -} - -func (helperEncDriverSimpleBytes) fastpathEList() (v *fastpathEsSimpleBytes) { return } -func (helperDecDriverSimpleBytes) fastpathDList() (v *fastpathDsSimpleBytes) { return } - -type fastpathESimpleIO struct { - rt reflect.Type - encfn func(*encoderSimpleIO, *encFnInfo, reflect.Value) -} -type fastpathDSimpleIO struct { - rt reflect.Type - decfn func(*decoderSimpleIO, *decFnInfo, reflect.Value) -} -type fastpathEsSimpleIO [0]fastpathESimpleIO -type fastpathDsSimpleIO [0]fastpathDSimpleIO - -func (helperEncDriverSimpleIO) fastpathEncodeTypeSwitch(iv interface{}, e *encoderSimpleIO) bool { - return false -} -func (helperDecDriverSimpleIO) fastpathDecodeTypeSwitch(iv interface{}, d *decoderSimpleIO) bool { - return false -} - -func (helperEncDriverSimpleIO) fastpathEList() (v *fastpathEsSimpleIO) { return } -func (helperDecDriverSimpleIO) fastpathDList() (v *fastpathDsSimpleIO) { return } |
