合并依赖

This commit is contained in:
2025-12-03 20:04:49 +08:00
parent 9b08975480
commit 16ec3295ce
1346 changed files with 629638 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
// +build !noasm !appengine
// Code generated by asm2asm, DO NOT EDIT.
package base64x
//go:nosplit
//go:noescape
//goland:noinspection ALL
func __native_entry__() uintptr
var (
_subr__b64decode = __native_entry__() + 1563
_subr__b64encode = __native_entry__() + 301
)
const (
_stack__b64decode = 128
_stack__b64encode = 40
)
var (
_ = _subr__b64decode
_ = _subr__b64encode
)
const (
_ = _stack__b64decode
_ = _stack__b64encode
)