Skip to content

Instantly share code, notes, and snippets.

@J7mbo
Created February 22, 2019 12:12
Show Gist options
  • Save J7mbo/30b2ffdff50d8198ba8580d4d1a3fdfe to your computer and use it in GitHub Desktop.
Save J7mbo/30b2ffdff50d8198ba8580d4d1a3fdfe to your computer and use it in GitHub Desktop.
golang-constructors-blog-11
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