Skip to content

Instantly share code, notes, and snippets.

@anjanashankar9
Created January 16, 2022 15:59
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/34d552a0ebe8e92eb1920c673c15e0cd to your computer and use it in GitHub Desktop.
Save anjanashankar9/34d552a0ebe8e92eb1920c673c15e0cd to your computer and use it in GitHub Desktop.
var help = flag.Bool("help", false, "Show help")
var boolFlag = false
var stringFlag = "Hello There!"
var intFlag int
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment