log: see milliseconds in terminal

This commit is contained in:
Anton Evangelatov 2018-03-15 18:37:19 +01:00
parent e2ec5801ed
commit 290ff49e1e

View file

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