package bencode // mapping / limitations // dict -> struct // list -> aray of same type type itemType int const ( itemError itemType = iota itemDict itemList itemNumber itemString )