1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 05:11:06 +02:00

gofmt -s -w

This commit is contained in:
Zack Scholl 2018-02-09 15:00:11 -08:00
parent 04ef2c4158
commit 15f9acc441
2 changed files with 3 additions and 3 deletions

View file

@ -3,10 +3,10 @@ package main
import (
"bufio"
"fmt"
"os"
"strings"
"github.com/urfave/cli"
"github.com/yudai/gotty/pkg/homedir"
"os"
"strings"
)
const BUFFERSIZE = 1024