Skip to content

Instantly share code, notes, and snippets.

@lnds
Last active January 10, 2016 16:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lnds/4b29aba11d61b18e88eb to your computer and use it in GitHub Desktop.
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