You already know that every int type in Go has a range with possible values for this type. Check what types of int values we can use for a given number from:
uint8uint16uint32uint64
If our source value is greater than all the types, please print “unsupported type” instead.