refactor
This commit is contained in:
parent
457ea86831
commit
e4e50b74e8
6
main.go
6
main.go
@ -12,11 +12,9 @@ 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")
|
||||||
)
|
ColorRed = color.New(color.FgRed)
|
||||||
var ( // colors
|
|
||||||
ColorRed = color.New(color.FgRed)
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
Loading…
Reference in New Issue
Block a user