Skip to content

Instantly share code, notes, and snippets.

@anjanashankar9
Last active January 16, 2022 16:03
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 anjanashankar9/a9f64b24739e870a75101633d8f9d857 to your computer and use it in GitHub Desktop.
Save anjanashankar9/a9f64b24739e870a75101633d8f9d857 to your computer and use it in GitHub Desktop.
flag.BoolVar(&boolFlag, "boolFlag", false, "A boolean flag")
flag.StringVar(&stringFlag, "stringFlag", "Hello There!", "A string flag")
flag.IntVar(&intFlag, "intFlag", 4, "An integer flag")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment