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

@ -7,8 +7,8 @@ import (
"reflect" "reflect"
"strings" "strings"
"github.com/urfave/cli"
"github.com/fatih/structs" "github.com/fatih/structs"
"github.com/urfave/cli"
"github.com/yudai/hcl" "github.com/yudai/hcl"
"github.com/yudai/gotty/pkg/homedir" "github.com/yudai/gotty/pkg/homedir"

View File

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