package main import ( "fmt" _"flag" _"github.com/fatih/color" _"github.com/probandula/figlet4go" ) func main() { fmt.Println("Hello Figlet") }