5
One mistake no one has ever made. Right?
(pvs-studio.com)
This is a community dedicated to the go programming language.
Useful Links:
Rules:
This is a thinly veiled advertisement.
tl;dr: The length of a slice is not a valid index into that slice.
Of course. Because Go uses zero-based indexing, just like many other languages.