a41f938cec
As we have seen, dependencies version can prevent the build. We should user lock versions on dependencies that we know work: * Packages are vendored * Add Godep support * Added addtional install step in readme * Fix travis build error
7 lignes
182 o
Go
7 lignes
182 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
|