Skip to content

Commit

Permalink
Support Windows (sheepla#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn authored May 7, 2022
1 parent ad8db32 commit 1a80d2f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"bufio"
"flag"
"fmt"
"os"
"strings"

color "github.com/fatih/color"
Expand Down Expand Up @@ -52,7 +51,7 @@ var (
yellow = color.New(color.Bold, color.FgHiYellow)
)

var stdout = bufio.NewWriter(os.Stdout)
var stdout = bufio.NewWriter(color.Output)

var (
length int
Expand Down

0 comments on commit 1a80d2f

Please sign in to comment.