coder / hat

HTTP API testing for Go
MIT License
37 stars 3 forks source link

instead of URLJoin, we should parse the URL, append the string to the path and then String() the URL #6

Closed nhooyr closed 6 years ago

nhooyr commented 6 years ago

Less janky this way.