Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes breaking change done in net/url
A change made to the net/url library in go 1.8 causes a panic when starting kontrol: panic: parse 127.0.0.1:4001: first path segment in URL cannot contain colon This is caused by the fact that net/url no longer considers "127.0.0.1:4001" a valid URL because the specification allows for dots in the schema-part of the URL. * golang/go#19297
- Loading branch information