Skip to content

Instantly share code, notes, and snippets.

@syossan27
Created August 27, 2017 09:08
Show Gist options
  • Select an option

  • Save syossan27/ce91f38ce486ea7252d5b1d52de361af to your computer and use it in GitHub Desktop.

Select an option

Save syossan27/ce91f38ce486ea7252d5b1d52de361af to your computer and use it in GitHub Desktop.
package main
type MyStruct struct {
Int64 int64
StringPtr *string
}
func (this *MyStruct) Equal(that *MyStruct) bool {
return deriveEqual(this, that)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment