func math.Max
3 uses
math (current package)
dim.go#L35: func Max(x, y float64) float64 {
github.com/aws/aws-sdk-go-v2/aws/retry
adaptive_ratelimit.go#L119: a.fillRate = math.Max(newRPS, a.minFillRate)
adaptive_token_bucket.go#L77: t.maxCapacity = math.Max(size, t.minCapacity)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)