go-graphite / carbonapi

string to int signedness casting GO-E1006
Bug risk
Critical
6 months ago2 years old
string to int signedness cast "int32(t)", might result in lost or misinterpreted data
 51				zap.Error(err),
 52			)
 53		} else {
 54			return int32(t) 55		}
 56	}
 57	if now32 == 0 || cacheConfig.ShortTimeoutSec == 0 || cacheConfig.ShortDuration == 0 {