You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally, there would be a GameConfiguration struct for each game, which defines all the co fig options and how they are mapped from / to config file / environment variable.
It would be great if other GoLang applications could import and create that struct and marshal into env variables.
The idea is to replace the current bash / powershell entrypoint scripts with a GoLang application.
Advantages:
exec.Command
instead ofeval
with an arbitrary stringInstead of using environment configuration only, we could also support config files using
https://github.com/spf13/viper.
Directory structure:
The text was updated successfully, but these errors were encountered: