Skip to content

Instantly share code, notes, and snippets.

@flimzy
Created July 9, 2018 07:48
Show Gist options
  • Save flimzy/d6594065cd57704be286fef384733524 to your computer and use it in GitHub Desktop.
Save flimzy/d6594065cd57704be286fef384733524 to your computer and use it in GitHub Desktop.
var C interface{}
if true {
C = new(A)
} else {
C = new(B)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment