This package doesn't use the Go url parser directly, because Go and Node.js follow different standards for URL parsing. However, the new ada URL parser for Node.js has Go bindings, are you open to using it in this project? If so, I can do the work, just let me know.
I would like to keep this project pure Go, without cgo dependencies. You can, however, create a separate project and use the module it provides instead of the default one.
This package doesn't use the Go url parser directly, because Go and Node.js follow different standards for URL parsing. However, the new ada URL parser for Node.js has Go bindings, are you open to using it in this project? If so, I can do the work, just let me know.