Skip to content

Instantly share code, notes, and snippets.

@hauxe
Created June 3, 2018 06:00
Show Gist options
  • Save hauxe/8b741fce14826874b3bf1ad27d56ba26 to your computer and use it in GitHub Desktop.
Save hauxe/8b741fce14826874b3bf1ad27d56ba26 to your computer and use it in GitHub Desktop.
crud object interface
// Object target crud object
type Object interface {
Get() interface{}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment