The size of the int type in go

such as the title. How many bits can int represent in go language? Why do so many places say 32-bit or 64-bit? Is it 32 or 64?

Go
Jul.06,2022

uint is a variable sized type, on your 64 bit computer uint is 64 bits wide

related to CPU, see CPU is 32 or 64

how big are Golang int and uint

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-7b4213-853e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-7b4213-853e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?