diff options
Diffstat (limited to 'vendor/github.com/bytedance/sonic/internal/decoder/optdec/context.go')
-rw-r--r-- | vendor/github.com/bytedance/sonic/internal/decoder/optdec/context.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/github.com/bytedance/sonic/internal/decoder/optdec/context.go b/vendor/github.com/bytedance/sonic/internal/decoder/optdec/context.go new file mode 100644 index 000000000..93ed9b7e0 --- /dev/null +++ b/vendor/github.com/bytedance/sonic/internal/decoder/optdec/context.go @@ -0,0 +1,3 @@ +package optdec + +type context = Context |