Update tools.go

This commit is contained in:
公明 2025-04-24 17:20:56 +08:00 committed by GitHub
parent cd79515280
commit 10c9eea917
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -192,6 +192,5 @@ func generateHTTPRequest(input string) (string, error) {
} else { } else {
buffer.WriteString("\n\n") buffer.WriteString("\n\n")
} }
fmt.Println(buffer.String())
return buffer.String(), nil return buffer.String(), nil
} }