This is a simple example on how to deploy a Go Echo application to Vercel.
Why? Other examples on GitHub don't solve the problem of serving static assets, this one does.
I tried to keep it as simple as possible, as I don't want to force Docker or Make files on you.
go run main.go
vercel
# or if you want to deploy to production
vercel --prod
Just open the URL provided by Vercel after the deployment.