Skip to content

Instantly share code, notes, and snippets.

@dibrinsofor
Created August 21, 2025 00:45
Show Gist options
  • Select an option

  • Save dibrinsofor/4e08253c4d7faf75ccd641c81a93e008 to your computer and use it in GitHub Desktop.

Select an option

Save dibrinsofor/4e08253c4d7faf75ccd641c81a93e008 to your computer and use it in GitHub Desktop.
Dyn everywhere for all with eyes to see.
func test(x bool) (i interface{}) {
if x == true {
i = 1
} else {
i = false
}
return
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment