8 lignes
181 o
Go
8 lignes
181 o
Go
|
/*
|
||
|
Package bencode implements encoding and decoding of bencoded objects.
|
||
|
|
||
|
It has a similar API to the encoding/json package and many other
|
||
|
serialization formats.
|
||
|
*/
|
||
|
package bencode
|