Skip to content

Instantly share code, notes, and snippets.

@chardos
Created January 22, 2019 23:27
Show Gist options
  • Save chardos/77da496491d207e2fb03ab87fcd958f5 to your computer and use it in GitHub Desktop.
Save chardos/77da496491d207e2fb03ab87fcd958f5 to your computer and use it in GitHub Desktop.
func Atoi(s string) (int, error)
// (int, error) means its returning a tuple of type int, and error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment