Fix format

This commit is contained in:
Miguel de la Cruz 2020-09-24 19:01:18 +02:00
parent 73f9a153d7
commit 7f0e5cd46e
3 changed files with 6 additions and 6 deletions

View file

@ -3,10 +3,10 @@ package model
import ( import (
"bytes" "bytes"
"fmt" "fmt"
"os"
"strings" "strings"
"text/tabwriter" "text/tabwriter"
"text/template" "text/template"
"os"
"github.com/fatih/color" "github.com/fatih/color"
) )