Skip to content

Instantly share code, notes, and snippets.

@NWYLZW
Last active August 15, 2022 05:05
Show Gist options
  • Save NWYLZW/4dd9e8a9f0cc60b7ab277fad5c8db806 to your computer and use it in GitHub Desktop.
Save NWYLZW/4dd9e8a9f0cc60b7ab277fad5c8db806 to your computer and use it in GitHub Desktop.
type testA {}
func (*testA) funA() {
}
type testB {}
func (*testB) funB() {
// call testA funA
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment