Created
June 3, 2018 06:00
-
-
Save hauxe/8b741fce14826874b3bf1ad27d56ba26 to your computer and use it in GitHub Desktop.
crud object interface
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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