mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
gofmt -s -w
This commit is contained in:
parent
04ef2c4158
commit
15f9acc441
2 changed files with 3 additions and 3 deletions
2
flags.go
2
flags.go
|
@ -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"
|
||||||
|
|
4
main.go
4
main.go
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue