math/big: signal SIGSEGV: segmentation violation
when using multi-line strings.
#60233
Labels
signal SIGSEGV: segmentation violation
when using multi-line strings.
#60233
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
https://play.golang.com/p/06JOoCfsT0D
What did you expect to see?
What did you see instead?
It is working with a regular strings formatted in one line, but with this multi-line backtick format it fails.
The text was updated successfully, but these errors were encountered: