1 Star 0 Fork 24

夜丶丶/gout

forked from 小蚂蚁/gout 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
utils.go 637 Bytes
一键复制 编辑 原始数据 按行查看 历史
guonaihong 提交于 2020-01-10 23:35 +08:00 . dataflow-filter-export (#160)
package gout
import (
"github.com/guonaihong/gout/core"
)
// ReadCloseFail required for internal testing, external can be ignored
type ReadCloseFail = core.ReadCloseFail
// H is short for map[string]interface{}
type H = core.H
// A variable is short for []interface{}
type A = core.A
// FormFile encounter the FormFile variable in the form encoder will open the file from the file
type FormFile = core.FormFile
// FormMem when encountering the FormMem variable in the form encoder, it will be read from memory
type FormMem = core.FormMem
// FormType custom form names and stream types are available
type FormType = core.FormType
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/nt_night/gout.git
git@gitee.com:nt_night/gout.git
nt_night
gout
gout
master

搜索帮助