实现基础web服务器

This commit is contained in:
2025-09-07 19:57:25 +08:00
parent f9bc4d6326
commit c377a0784d
1234 changed files with 548132 additions and 15 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
)