Created
August 21, 2025 00:45
-
-
Save dibrinsofor/4e08253c4d7faf75ccd641c81a93e008 to your computer and use it in GitHub Desktop.
Dyn everywhere for all with eyes to see.
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
| 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