Closed
Description
What version of Go are you using (go version
)?
$ go version go1.13.5
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (go env
)?
go env
Output
$ go env Linux amd64
What did you do?
We just call the func strings.Split() in our app.
What did you expect to see?
do not panic.
What did you see instead?
It panics. details as follows
dat.txt