Not understanding the concept of a rune

In Go, a rune is a Unicode code point.

Mistake

Believing that runes are always UTF8, this is false.

Fix

Runes can be any encoding.

References