Skip to content

Instantly share code, notes, and snippets.

@mkmik
Created June 6, 2011 21:00
Show Gist options
  • Save mkmik/1011088 to your computer and use it in GitHub Desktop.
Save mkmik/1011088 to your computer and use it in GitHub Desktop.
interface nil
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