all: gofmt

Run standard gofmt command on project root.

- go version go1.10.3 darwin/amd64

Signed-off-by: ia <isaac.ardis@gmail.com>
This commit is contained in:
ia
2018-06-17 00:41:57 +02:00
parent 91b65001c9
commit 76e1d7a3a7
3 changed files with 318 additions and 318 deletions

View File

@@ -11,9 +11,9 @@ import (
"time"
"unicode/utf8"
"github.com/go-errors/errors"
"github.com/mattn/go-runewidth"
"regexp"
"github.com/go-errors/errors"
)
// Util.go is a collection of utility functions that are used throughout