Closed joe-getcouragenow closed 4 years ago
Make file that shows the working example is here:
https://github.com/getcouragenow/packages/tree/master/sys-core/dev/config/ex
What is called Main.go in the example will actually be what sys-core/config runs. So maintemplate main just needs to call sys-core/init where sys-core will do what main.go does.
That should then give the Modules the config they need.
Make file that shows the working example is here:
https://github.com/getcouragenow/packages/tree/master/sys-core/dev/config/ex
What is called Main.go in the example will actually be what sys-core/config runs. So maintemplate main just needs to call sys-core/init where sys-core will do what main.go does.
That should then give the Modules the config they need.