azure-functions-golang-worker icon indicating copy to clipboard operation
azure-functions-golang-worker copied to clipboard

Issue when vendoring - multiple registrations for /debug/requests

Open radu-matei opened this issue 7 years ago • 0 comments

panic: http: multiple registrations for /debug/requests

When this is used as vendored, the init() function from x/net is called multiple times - critical issue moving forward and needs to be solved in order to properly vendor azure-functions-golang-worker.

There is no issue when running the samples from this repo, though.

radu-matei avatar Dec 27 '17 00:12 radu-matei