Skip to content

Instantly share code, notes, and snippets.

@lnds
Last active January 10, 2016 16:37
Show Gist options
  • Select an option

  • Save lnds/4b29aba11d61b18e88eb to your computer and use it in GitHub Desktop.

Select an option

Save lnds/4b29aba11d61b18e88eb to your computer and use it in GitHub Desktop.
If en Go
if !unicode.IsDigit(c) {
return nil
} else if i >= tam {
return nil
} else {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment