log: gofmt

This commit is contained in:
nikandfor 2019-05-18 10:59:20 +03:00
parent a114d4d1fd
commit 04ebb5e15a

View file

@ -14,10 +14,10 @@ import (
) )
const ( const (
timeFormat = "2006-01-02T15:04:05-0700" timeFormat = "2006-01-02T15:04:05-0700"
termTimeFormat = "01-02|15:04:05.000" termTimeFormat = "01-02|15:04:05.000"
floatFormat = 'f' floatFormat = 'f'
termMsgJust = 40 termMsgJust = 40
termCtxMaxPadding = 40 termCtxMaxPadding = 40
) )