Fix dep (#4)
* fix(dep): add dep * chore(log): remove useless log * chore: add PR template
This commit is contained in:
parent
44b6e65926
commit
24c6c03552
3 changed files with 11 additions and 4 deletions
|
@ -81,9 +81,6 @@ func (srv *SrvShare) UploadHandler(res http.ResponseWriter, req *http.Request) {
|
|||
return
|
||||
}
|
||||
|
||||
srv.Log.Println("form", req.Form)
|
||||
srv.Log.Println("pform", req.PostForm)
|
||||
srv.Log.Println("mform", req.MultipartForm)
|
||||
ack := make(chan error, 1)
|
||||
ok := srv.WorkerPool.Put(&worker.Task{
|
||||
Ack: ack,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue