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
8
Gopkg.lock
generated
8
Gopkg.lock
generated
|
@ -13,9 +13,15 @@
|
|||
revision = "81ddea8e91eecffef557c5e4ce8e78a1d472d7d7"
|
||||
version = "v2.0.0"
|
||||
|
||||
[[projects]]
|
||||
branch = "master"
|
||||
name = "github.com/skratchdot/open-golang"
|
||||
packages = ["open"]
|
||||
revision = "75fb7ed4208cf72d323d7d02fd1a5964a7a9073c"
|
||||
|
||||
[solve-meta]
|
||||
analyzer-name = "dep"
|
||||
analyzer-version = 1
|
||||
inputs-digest = "09f88c8b25db4caace633bcccce4f4d942a810603dd2befe65a69191b0869b14"
|
||||
inputs-digest = "6452415dc9b42f64749516a240d3050c2d22527deeabbe1d438d6974345cd042"
|
||||
solver-name = "gps-cdcl"
|
||||
solver-version = 1
|
||||
|
|
4
docs/pull_request_template.md
Normal file
4
docs/pull_request_template.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
Please answer following questions before creating the PR:
|
||||
|
||||
* What is this PR about?
|
||||
* Is there any test which covers the change?
|
|
@ -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