mirror of
https://github.com/KevinMidboe/motdGO.git
synced 2025-10-29 17:50:24 +00:00
Please use go fmt to format the code
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"flag"
|
||||
"fmt"
|
||||
"github.com/fatih/color"
|
||||
"github.com/getwe/figlet4go"
|
||||
"flag"
|
||||
)
|
||||
|
||||
var flag_str = flag.String("str", "golang", "input string")
|
||||
|
||||
Reference in New Issue
Block a user