document mathiasme fix
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Dan Ballard 2022-01-04 11:43:51 -05:00
parent 07dfbcb7a2
commit c75d25f1c0
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ import (
"time"
)
// Fields must be in this order because go compiler has problems with 64bit fields on 32 bit arches (arm32 raspberry pi):
// https://git.openprivacy.ca/cwtch.im/server/pulls/30
// https://github.com/golang/go/issues/599
// https://github.com/census-instrumentation/opencensus-go/issues/587
type counter struct {
count uint64
startTime time.Time