Not to my knowledge. I generally am deploying my Go code to cloud providers, in which case I’m generally using environment variables from secret managers for config. Another area where Go has a large community is CLI tools, where they generally parse input flags for config.