Created
September 6, 2018 03:48
-
-
Save plutov/17403a91debf4fe6d083db7a621fdce8 to your computer and use it in GitHub Desktop.
main.go
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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