]> Sergey Matveev's repositories - btrtrc.git/commit
bencode: Support unmarshalling into maps with non-string key types
authorMatt Joiner <anacrolix@gmail.com>
Wed, 26 Jun 2024 13:30:08 +0000 (23:30 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Wed, 26 Jun 2024 13:37:25 +0000 (23:37 +1000)
commit82718c9031b56344b0c230bc5ef060a9f20e40b6
tree154c309673e7a1e518d5a9228e0c42562eaa710a
parentdffa57f6ee32d92e3b07481b96f1b645b58f0469
bencode: Support unmarshalling into maps with non-string key types

Fixes #952
bencode/decode.go
bencode/decode_test.go
tests/issue-952/issue-952_test.go [new file with mode: 0644]