Created
October 8, 2017 20:56
-
-
Save duhruh/3bf27bc3b96308771b4cfaefd963f1c7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
type mystructThing struct { | |
BasicBoilerPlateShit <- this is embeded | |
} | |
mything := mystructThing{BasicBoilerPlateShit: library.NewBasicBoilerPlateShit()} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment