Skip to content

Instantly share code, notes, and snippets.

@ankur22
Created May 30, 2020 14:06
Show Gist options
  • Save ankur22/b794f0f7fd340a856034928f163827c7 to your computer and use it in GitHub Desktop.
Save ankur22/b794f0f7fd340a856034928f163827c7 to your computer and use it in GitHub Desktop.
Example of an embedded struct with its own field too
type loggerAndChecker struct {
*logger
*checker
s string
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment