Skip to content

Instantly share code, notes, and snippets.

@herman-rogers
Created February 24, 2017 12:40
Show Gist options
  • Save herman-rogers/b32db83277c75971add27dae6ff7ec98 to your computer and use it in GitHub Desktop.
Save herman-rogers/b32db83277c75971add27dae6ff7ec98 to your computer and use it in GitHub Desktop.
type StructTest struct {
Name string
InterfaceTest InterfaceTest
}
type InterfaceTest interface {
TestMethod()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment