Omit epochFunc variable type as it will be inferred from the value.

This commit is contained in:
Maxim Bublis 2015-06-15 05:45:37 +03:00
parent 79765f767f
commit afe1e2ddf0
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ const dash byte = '-'
var (
storageMutex sync.Mutex
storageOnce sync.Once
epochFunc func() uint64 = unixTimeFunc
epochFunc = unixTimeFunc
clockSequence uint16
lastTime uint64
hardwareAddr [6]byte