golang-cli-example

CLI Example for Golang

MIT License

Stars
5
Committers
1

golang-cli-example

CLI Example for Golang

How to use flag in Golang

  • #1 Learn how to build binary.
  • #2 Show help page in command line.

Write command line tool using urfave/cli

  • #1 Install urfave/cli package
  • #2 Build docker image
  • #3 Cross Compile in Golang