amplify-edge / packages

Flutter Packages
The Unlicense
2 stars 3 forks source link

sys-config: working makefile added #620 #623

Closed joe-getcouragenow closed 4 years ago

joe-getcouragenow commented 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.