Fix: test failed due to missing context

This commit is contained in:
HFO4
2019-11-19 18:10:18 +08:00
parent 20ea86eaf6
commit f9b37a3359
4 changed files with 40 additions and 16 deletions

View File

@@ -7,6 +7,6 @@ const (
GinCtx key = iota
// SavePathCtx 文件物理路径
SavePathCtx
// FileCtx 上传的文件
FileCtx
// FileHeaderCtx 上传的文件
FileHeaderCtx
)