Since dynamic providers are not supported in Go, what is the appropriate workaround when you need to implement a new provider? In particular, I'm looking to create a new provider in order to update GoDaddy domain nameservers. I see that in
this doc there is reference to a third type of provider that you can write yourself and share. Are there any examples on how to implement one of these providers?