chore: gofmt import statements
continuous-integration/drone/push Build was killed Details

This commit is contained in:
decentral1se 2023-02-08 10:56:39 +01:00
parent ebb748b7e7
commit c03cf76702
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 2 additions and 1 deletions

View File

@ -2,8 +2,9 @@ package jsontable
import (
"fmt"
"github.com/olekukonko/tablewriter"
"io"
"github.com/olekukonko/tablewriter"
)
// A quick-and-dirty proxy/emulator of tablewriter to enable more easy machine readable output