Skip to content

Commit 7828e6c

Browse files
author
pzrr@qq.com
committed
#### Version 1.4.3
* 调整dotweb内部路由注册逻辑,New模式默认不开启,Classic模式默认开启,可通过app.UseDotwebRouter手动开启 * 修复 issue devfeel#100, 解决特定场景下Exclude不生效问题 * Use filepath.Ext to replace file.GetFileExt, update for issue devfeel#99 * 同步更新example代码 * 2018-01-07 22:00
1 parent 8948a88 commit 7828e6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

uploadfile.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package dotweb
22

33
import (
44
"errors"
5-
files "github.com/devfeel/dotweb/framework/file"
65
"io"
76
"mime/multipart"
87
"os"

0 commit comments

Comments
 (0)