Created
June 6, 2011 21:00
-
-
Save mkmik/1011088 to your computer and use it in GitHub Desktop.
interface nil
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
var something os.Error | |
// ... what is the value of 'something' now? : nil | |
something = ErrorString("wow") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment