Please use go fmt to format the code

This commit is contained in:
honggengwei
2014-10-23 14:56:35 +08:00
parent 1b8fc48341
commit 60fe917ec1

View File

@@ -1,10 +1,10 @@
package main package main
import ( import (
"flag"
"fmt" "fmt"
"github.com/fatih/color" "github.com/fatih/color"
"github.com/getwe/figlet4go" "github.com/getwe/figlet4go"
"flag"
) )
var flag_str = flag.String("str", "golang", "input string") var flag_str = flag.String("str", "golang", "input string")