79773121

Date: 2025-09-23 22:30:25
Score: 1
Natty:
Report link

I had a similar problem and ran across this. This may not work for everyone, but I did this to avoid the problem altogether:

    mystrings := []string{"ay", "bee", "see"}
    longstr := strings.Join(mystrings, "\n")

    bytes := []byte(longstr)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Larry