Skip to content

Instantly share code, notes, and snippets.

@presmihaylov
Last active April 12, 2020 11:50
Show Gist options
  • Save presmihaylov/444ea031a0193247309a38fe4cfee238 to your computer and use it in GitHub Desktop.
Save presmihaylov/444ea031a0193247309a38fe4cfee238 to your computer and use it in GitHub Desktop.
...
// ApplicationConfig ...
type ApplicationConfig struct {
Address string `yaml:"address"`
}
// Config ...
type Config struct {
ApplicationConfig `yaml:"application"`
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment