mirror of
https://github.com/KevinMidboe/motdGOi.git
synced 2025-10-29 17:50:24 +00:00
rm demos, start with cli client
This commit is contained in:
13
cmd/figlet4go/figlet4go.go
Normal file
13
cmd/figlet4go/figlet4go.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
_"flag"
|
||||
_"github.com/fatih/color"
|
||||
_"github.com/probandula/figlet4go"
|
||||
)
|
||||
|
||||
|
||||
func main() {
|
||||
fmt.Println("Hello Figlet")
|
||||
}
|
||||
Reference in New Issue
Block a user