Skip to content

Change function parameter type

Latest
Compare
Choose a tag to compare
@MicahParks MicahParks released this 16 Jan 13:33
· 2 commits to main since this release
437c67f

The purpose of this release is to change a function parameter from type from *url.URL to string for convenience.

Breaking changes:

  • The NewStorageFromHTTP function accepts a string instead of a *url.URL.

Relevant issues:

Relevant pull requests: