refactor
This commit is contained in:
parent
457ea86831
commit
e4e50b74e8
4
main.go
4
main.go
@ -12,10 +12,8 @@ import (
|
|||||||
"github.com/fatih/color"
|
"github.com/fatih/color"
|
||||||
)
|
)
|
||||||
|
|
||||||
var ( //flags
|
var (
|
||||||
FlagOutputFile = flag.String("o", "output.pdf", "output file name")
|
FlagOutputFile = flag.String("o", "output.pdf", "output file name")
|
||||||
)
|
|
||||||
var ( // colors
|
|
||||||
ColorRed = color.New(color.FgRed)
|
ColorRed = color.New(color.FgRed)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user