Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 274 Bytes

File metadata and controls

4 lines (3 loc) · 274 Bytes

urlshort

The goal of this exercise is to create an http.Handler that will look at the path of any incoming web request and determine if it should redirect the user to a new page, much like URL shortener would.

Exercice source : https://gophercises.com/exercises/urlshort