sethvargo / go-limiter

A supersonic rate limiting package for Go with HTTP middleware.
Apache License 2.0
555 stars 40 forks source link

runtime.walltime has been removed #21

Closed johejo closed 3 years ago

johejo commented 3 years ago

See CL314277 and relation chain

$ gotip test ./... -v
?       github.com/sethvargo/go-limiter [no test files]
# github.com/sethvargo/go-limiter/memorystore.test
github.com/sethvargo/go-limiter/memorystore.(*store).purge: relocation target runtime.walltime1 not defined
github.com/sethvargo/go-limiter/memorystore.newBucket: relocation target runtime.walltime1 not defined
github.com/sethvargo/go-limiter/memorystore.(*bucket).take: relocation target runtime.walltime1 not defined
github.com/sethvargo/go-limiter/memorystore.TestStore_Take.func1.2: relocation target runtime.walltime1 not defined
# github.com/sethvargo/go-limiter/httplimit.test
github.com/sethvargo/go-limiter/memorystore.(*store).purge: relocation target runtime.walltime1 not defined
github.com/sethvargo/go-limiter/memorystore.newBucket: relocation target runtime.walltime1 not defined
github.com/sethvargo/go-limiter/memorystore.(*bucket).take: relocation target runtime.walltime1 not defined
FAIL    github.com/sethvargo/go-limiter/httplimit [build failed]
?       github.com/sethvargo/go-limiter/internal/fasttime       [no test files]
FAIL    github.com/sethvargo/go-limiter/memorystore [build failed]
testing: warning: no tests to run
PASS
ok      github.com/sethvargo/go-limiter/noopstore       (cached) [no tests to run]
FAIL
sethvargo commented 3 years ago

Grumble

github-actions[bot] commented 3 years ago

This issue is stale because it has been open for 14 days with no activity. It will automatically close after 7 more days of inactivity.

github-actions[bot] commented 3 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.