apache / apisix-go-plugin-runner

Go Plugin Runner for APISIX
https://apisix.apache.org/
Apache License 2.0
173 stars 68 forks source link

fix time.Since issue #125

Closed kvii closed 1 year ago

kvii commented 1 year ago

Change time.Now().Sub to time.Since.

reference: should use time.Since instead of time.Now().Sub (S1012)go-staticcheck