fix travis build script
1 file changed
tree: 7195e452e71d672c0ddf744220f6ce30364f126e
  1. .gitignore
  2. .travis.yml
  3. AUTHORS
  4. decode.go
  5. decode_test.go
  6. doc.go
  7. encode.go
  8. encode_decode_test.go
  9. encode_test.go
  10. example_test.go
  11. go.mod
  12. LICENSE
  13. raw.go
  14. README.md
  15. tag.go
  16. tracer.go
README.md

bencode

GoDoc Build Status Sourcegraph

Bencode is a library for encoding/decoding bencoded data into Go data structures. The api is designed to be similar to the JSON api in the Go standard library.

Documentation

Documentation at http://godoc.org/github.com/zeebo/bencode