You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 10, 2019. It is now read-only.
My team ran into this issue recently upgrading to Go 1.9. We were using a lot of maps where the key was either a time.Time, or contained a nested time.Time.
Due to the changes to the internal representation of time.Time in Go 1.9, this becomes very dangerous and error-prone so we wrote a linter to auto-detect it.
Hello,
My team ran into this issue recently upgrading to Go 1.9. We were using a lot of maps where the key was either a time.Time, or contained a nested time.Time.
Due to the changes to the internal representation of time.Time in Go 1.9, this becomes very dangerous and error-prone so we wrote a linter to auto-detect it.
The linter (along with a more detailed explanation) is here: https://github.com/m3db/build-tools/tree/master/linters/maptime
Is there any interest in mentioning this linter in the README? I could make a P.R
The text was updated successfully, but these errors were encountered: