Skip to content

Instantly share code, notes, and snippets.

@plutov
Created September 6, 2018 03:48
Show Gist options
  • Save plutov/17403a91debf4fe6d083db7a621fdce8 to your computer and use it in GitHub Desktop.
Save plutov/17403a91debf4fe6d083db7a621fdce8 to your computer and use it in GitHub Desktop.
main.go
package main
import (
"os"
"github.com/org/repo/pkg/cli"
)
func main{
log.Fatal(cli.Run())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment