diff --git a/cmd/figlet4go/figlet4go.go b/cmd/figlet4go/figlet4go.go index 5cc7a69..b7ee8bb 100644 --- a/cmd/figlet4go/figlet4go.go +++ b/cmd/figlet4go/figlet4go.go @@ -50,7 +50,7 @@ func main() { log.Fatal(err) } - fmt.Println(renderStr) + fmt.Print(renderStr) } // Get a slice with colors to give to the RenderOptions