This also makes a few minor tweaks to the generated code such as NewManager and replaces the ConfigurationFromRaw function with a method Clone(qspec) on the Configuration type. This also reorders the Configuration struct to require less memory (per the fieldalignment linter).
This fixes the race condition in config.Nodes().
This also makes a few minor tweaks to the generated code such as NewManager and replaces the ConfigurationFromRaw function with a method Clone(qspec) on the Configuration type. This also reorders the Configuration struct to require less memory (per the fieldalignment linter).
Fixes #183