func fmt.Sprint

20 uses

	fmt (current package)
		print.go#L277: func Sprint(a ...any) string {

	crypto/x509/pkix
		pkix.go#L64: 			valueString := fmt.Sprint(tv.Value)

	go.uber.org/zap
		sugar.go#L386: 	return fmt.Sprint(fmtArgs...)

	google.golang.org/grpc/attributes
		attributes.go#L126: 		return fmt.Sprint(v)

	google.golang.org/grpc/grpclog/internal
		loggerv2.go#L110: var sprint = fmt.Sprint

	google.golang.org/grpc/internal/channelz
		logging.go#L32: 		Desc:     fmt.Sprint(args...),
		logging.go#L48: 		Desc:     fmt.Sprint(args...),
		logging.go#L64: 		Desc:     fmt.Sprint(args...),

	google.golang.org/grpc/internal/serviceconfig
		duration.go#L37: 	return fmt.Sprint(time.Duration(d))

	google.golang.org/protobuf/internal/descfmt
		stringer.go#L55: 			ss = append(ss, fmt.Sprint(vs.Get(i)))
		stringer.go#L60: 			ss = append(ss, fmt.Sprint(vs.Get(i)))
		stringer.go#L358: 			s = fmt.Sprint(v)

	google.golang.org/protobuf/reflect/protoreflect
		value_union.go#L316: 		return fmt.Sprint(v.Interface())

	html/template
		content.go#L184: 	return fmt.Sprint(args[:i]...), contentTypePlain
		escape.go#L61: 	return fmt.Sprint(args...)
		js.go#L171: 		a = fmt.Sprint(args...)

	log
		log.go#L306: 	s := fmt.Sprint(v...)
		log.go#L447: 	s := fmt.Sprint(v...)

	text/template
		funcs.go#L50: 		"print":    fmt.Sprint,
		funcs.go#L780: 		s = fmt.Sprint(args...)