go fmt all tree

This commit is contained in:
Ron Green
2021-05-02 11:03:42 +03:00
committed by Louis DeLosSantos
parent 70e91a94b5
commit f089cd51f2
2 changed files with 49 additions and 49 deletions
+1 -1
View File
@@ -20,8 +20,8 @@ import (
"github.com/coryb/figtree"
shellquote "github.com/kballard/go-shellquote"
"github.com/mgutz/ansi"
"github.com/olekukonko/tablewriter"
wordwrap "github.com/mitchellh/go-wordwrap"
"github.com/olekukonko/tablewriter"
"golang.org/x/crypto/ssh/terminal"
)