fmt.Sprintf
#fmt
func Sprintf(format string, a ...any) string
https://pkg.go.dev/fmt#Sprintf
fmt.Printf
の標準出力に出力せず文字列にするバージョン。