Skip to content

Export config struct type

Jacob Vosmaer requested to merge jv-export-config into master

This resolves the awkwardness of having internal/config.Config be an instance of an unexported (private) type, namely internal/config.config. The type is now internal/config.Cfg.

Merge request reports

Loading