forked from toolshed/abra
chore: gofmt import statements
This commit is contained in:
@ -2,8 +2,9 @@ package jsontable
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/olekukonko/tablewriter"
|
|
||||||
"io"
|
"io"
|
||||||
|
|
||||||
|
"github.com/olekukonko/tablewriter"
|
||||||
)
|
)
|
||||||
|
|
||||||
// A quick-and-dirty proxy/emulator of tablewriter to enable more easy machine readable output
|
// A quick-and-dirty proxy/emulator of tablewriter to enable more easy machine readable output
|
||||||
|
Reference in New Issue
Block a user