diff --git a/conv/conv.go b/conv/conv.go index 1db6f86..3f1774c 100644 --- a/conv/conv.go +++ b/conv/conv.go @@ -60,6 +60,7 @@ func Bool(val any) bool { } // Int returns the integer representation of the value. +// nolint:gocyclo func Int(val any) int { switch val := val.(type) { case bool: