Skip to content

Instantly share code, notes, and snippets.

@BWbwchen
Last active August 8, 2021 10:28
Show Gist options
  • Save BWbwchen/c808aebf2798b486f365383286a93646 to your computer and use it in GitHub Desktop.
Save BWbwchen/c808aebf2798b486f365383286a93646 to your computer and use it in GitHub Desktop.
type TestStruct struct {
Interger int
String string
Bool bool
SomeWeirdInterface interface{}
OtherStruct // we call it embedded field
}
type OtherStruct struct {
Hello string
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment