Skip to content

Instantly share code, notes, and snippets.

@kourge
Created March 7, 2018 20:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kourge/7346dcb182fcf02796a4a08648b21303 to your computer and use it in GitHub Desktop.
Save kourge/7346dcb182fcf02796a4a08648b21303 to your computer and use it in GitHub Desktop.
Go: check at compile time if struct S conforms to interface I
var _ I = S{}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment