package bencode type itemType int const ( itemError itemType = iota itemDict itemList itemNumber itemString )