Skip to content

Instantly share code, notes, and snippets.

@kurin
Last active June 4, 2018 22:54
Show Gist options
  • Save kurin/9f47ccb8669ce2dc7bcf17119dd48e58 to your computer and use it in GitHub Desktop.
Save kurin/9f47ccb8669ce2dc7bcf17119dd48e58 to your computer and use it in GitHub Desktop.
type ThingInt struct {
}
func (t ThingInt) FooInt(i, j int)
type ThingString struct {
}
func (t ThingString) FooString(i, j string)
type ThingCustomType struct {
}
func (t ThingCustomType) FooCustomType(i, j CustomType)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment