REST API server REST API Go URL Shortener This is the portfolio project of GO, created by "peletor". REST API It provides the following endpoints: GET /{alias} - redirects to alias long URL POST /url - saves the URL alias DELETE /url - deletes the URL alias