Created
August 4, 2016 15:20
-
-
Save cocap10/69620f12c8fad0953269df5edb3bb58d to your computer and use it in GitHub Desktop.
This file contains 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
f := flaeg.New(flaegCmd, os.Args[1:]) | |
if err := f.Run(); err != nil { | |
fmt.Println(err.Error()) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment