This is a small, lightweight service to encode URLs into a numeric code and store them for quick retrieval.
It can encode, decode and redirect URLs.
To test:
$ make deps
$ make test
To quickly get started, there are pre-built binaries under GitHub Releases
This app was built and tested with go-1.9.4
.
Currently the app is very simple and as such, only requires ./midget
to run.