Skip to content

Instantly share code, notes, and snippets.

@mkmik
Created June 6, 2011 21:05
Show Gist options
  • Save mkmik/1011107 to your computer and use it in GitHub Desktop.
Save mkmik/1011107 to your computer and use it in GitHub Desktop.
fix
func test() os.Error {
err := doSomething()
if err != nil {
return err
}
return nil
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment