Created
February 22, 2019 12:12
-
-
Save J7mbo/30b2ffdff50d8198ba8580d4d1a3fdfe to your computer and use it in GitHub Desktop.
golang-constructors-blog-11
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
interface MyInterface { } | |
class MyClass implements MyInterface { } // Explicit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment