Merge pull request 'Patched atomic calculation issue with 32 bits ARM architectures' (#30) from mathiasme/server:trunk into trunk
continuous-integration/drone/push Build is passing Details

Reviewed-on: #30

oph wow that's bad. thanks so much for the catch and patch
This commit is contained in:
Dan Ballard 2022-01-04 16:40:47 +00:00
commit 07dfbcb7a2
1 changed files with 1 additions and 1 deletions

View File

@ -10,8 +10,8 @@ import (
)
type counter struct {
startTime time.Time
count uint64
startTime time.Time
}
// Counter providers a threadsafe counter to use for storing long running counts