16 ms·
I think there is a typo in the go sample program. bytes = 100 Should be bytes[i] = 100 Right or wrong?
by jambay 13y ago
I think there is a typo in the go sample program.
bytes = 100
Should be
bytes[i] = 100
Right or wrong?
- erper 13y agoyou're right. unless i really don't understand Go code.