Skip to content

Instantly share code, notes, and snippets.

@duhruh
Created September 15, 2017 04:10
Show Gist options
  • Save duhruh/4429b6a75c073fff35efbea543a71a3b to your computer and use it in GitHub Desktop.
Save duhruh/4429b6a75c073fff35efbea543a71a3b to your computer and use it in GitHub Desktop.
type thing struct{
uhh string
}
type GetMe func() string
func (t thing) Get() GetMe{
return GetMe(func(){t.uhh})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment