Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Time should be 64bit #3

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Time should be 64bit #3

wants to merge 5 commits into from

Conversation

infinq
Copy link

@infinq infinq commented Jan 6, 2021

  • JSON parse to struct fails because the number returned is to big for an int.
    json: cannot unmarshal number 1609938804312 into Go struct field Time.time of type int

- JSON parse to struct fails because the number returned is to big for an int.
json: cannot unmarshal number 1609938804312 into Go struct field Time.time of type int
Corrected small typo in key compare to Bitvavo-Ratelimit-ResetAt
"ResetAt" should have be PascalCase style and not "Resetat"
@infinq infinq force-pushed the master branch 2 times, most recently from 168ce98 to 5504904 Compare January 18, 2021 21:24
@sonarcloud
Copy link

sonarcloud bot commented Jul 7, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

1 similar comment
@sonarcloud
Copy link

sonarcloud bot commented Jul 7, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant