Feature Request
Official provider for Go/Golang
holdencaulfield
The currently existing provider for Go (made by DigitalInnovation) is limited to handling panics only, which should be rare in most environments. It also lacks any ability to provide extra error information, and as far as I can see does not even submit the URL where the error occurred.
The current module also requires the user to deploy a separate .json file for configuration, which is an unnecessary hassle.
Hopefully you can write a cleaner module that would be more of a first class citizen.