Skip to content

Conversation

@jawn-smith
Copy link

As of go 1.17, the net/http and net/url packages no longer accept ';' as a valid separator. See https://golang.org/doc/go1.17#semicolons for more information.

In order to build this package with go 1.17 and keep it in Ubuntu, the test cases that use ';' as a separator should be removed.

@jawn-smith
Copy link
Author

Actually, perhaps I should just change the ';' characters to '&' which is still a valid separator. Do the devs here have an opinion?

@jawn-smith
Copy link
Author

Actually, perhaps I should just change the ';' characters to '&' which is still a valid separator. Do the devs here have an opinion?

I went with this as it's a much smaller change that doesn't remove any test coverage.

@Ashvith10
Copy link

@jawn-smith could you explain this in brief? I know very little about Golang to be honest, and I am trying to package an application, which is indirectly dependent on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants