544c093c35
In #2, mrngm made the point that we should move to a more standardized project structure. This commit does exactly that. The new project structure is based on the repository listed at <https://github.com/golang-standards/project-layout>. Fixes #2.
11 lines
236 B
Plaintext
11 lines
236 B
Plaintext
#RU URL SHORTENER
|
|
=================
|
|
|
|
Based on https://0x0.st/, this site allows you to easily shorten URLs using
|
|
the command line.
|
|
|
|
## USAGE
|
|
|
|
# Shorten a URL
|
|
curl -F'shorten=http://example.com/some/long/url' https://hashru.link
|