Skip to content

Instantly share code, notes, and snippets.

@sausheong
Created May 16, 2022 03:43
Show Gist options
  • Save sausheong/cd9c91a29d16153fdcc9671460843fdf to your computer and use it in GitHub Desktop.
Save sausheong/cd9c91a29d16153fdcc9671460843fdf to your computer and use it in GitHub Desktop.
generics
type Integer struct {
...
}
func (i Integer) Plus(a Number) Number {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment