Skip to content

Commit

Permalink
[patch] try to solve android arch (#42)
Browse files Browse the repository at this point in the history
* try to solve android arch
  • Loading branch information
Milerius authored Jul 16, 2021
1 parent ecda019 commit 70fd302
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions fastime.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ import (

// Fastime is fastime's base struct, it's stores atomic time object
type Fastime struct {
running *atomic.Value
t *atomic.Value
ut int64
unt int64
uut uint32
uunt uint32
dur int64
ut int64
unt int64
correctionDur time.Duration
running *atomic.Value
t *atomic.Value
ft *atomic.Value
format *atomic.Value
cancel context.CancelFunc
correctionDur time.Duration
dur int64
}

var (
Expand Down

0 comments on commit 70fd302

Please sign in to comment.