azure-functions-golang-worker
azure-functions-golang-worker copied to clipboard
Issue when vendoring - multiple registrations for /debug/requests
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.