shorturl
shorturl copied to clipboard
Generic implementation for interacting with various URL shortening services in Go.
Results
2
shorturl issues
Sort by
recently updated
recently updated
newest added
Why does Expand returns a []byte instead of a string or a net.URL?
The current code includes all providers in the shorturl package, even when they are not used. I suggest changing this to an architecture similar to the [database/sql](http://golang.org/pkg/database/sql/) package. - The...