Hacker News new | ask | show | jobs
by jambay 4697 days ago
I think there is a typo in the go sample program.

bytes = 100

Should be

bytes[i] = 100

Right or wrong?

1 comments

you're right. unless i really don't understand Go code.