
strings.IndexByte was implemented in the runtime up to Go 1.11. It is implemented using a direct call to internal/bytealg.IndexByte since Go 1.12. Make sure we remain compatible with both.
5 строки
83 Б
Text
5 строки
83 Б
Text
stdin: 0
|
|
stdout: 1
|
|
stderr: 2
|
|
pseudorandom number: 1298498081
|
|
strings.IndexByte: 2
|