mirror of
https://github.com/KevinMidboe/motdGO.git
synced 2025-10-29 17:50:24 +00:00
13 lines
150 B
Go
13 lines
150 B
Go
package main
|
|
|
|
import (
|
|
"fmt"
|
|
_"flag"
|
|
_"github.com/fatih/color"
|
|
_"github.com/probandula/figlet4go"
|
|
)
|
|
|
|
|
|
func main() {
|
|
fmt.Println("Hello Figlet")
|
|
} |