Davincible / goinsta

Unofficial Instagram API written in Golang (v2022)
MIT License
181 stars 54 forks source link

Make it portable #26

Closed amirkhaki closed 2 years ago

amirkhaki commented 2 years ago

When building on 32bit, there are multiple compile time errors: Cannot use 999... (untyped int constant) as int value in argument to random (overflows)

(int is an implementation-specific size, either 32 or 64 bits.)

Davincible commented 2 years ago

Commit looks fine to me. Thanks for the contribution!