A webserver with the soul purpose of redirecting somewhere.
Define the port the webserver should listen on using the -p flag and the url where the user sould be redirected to using the -url flag:
-p
-url
go run main.go -p 8087 -url https://emile.space ...