I'd say you pay a bit less for the memory you consume. Generally it runs faster than the more common JS or Python serverless functions, so you also pay less there.
I'd argue the main reason to use Go on Serverless is because you'd like to deploy to a Serverless environment and you prefer writing your backend code in Go over the other options.
Two libraries that make deploying Go functions to AWS very easy:
Hope this helps,
Matt