Add scalar bencode tests

This commit is contained in:
Justin Li
2014-07-06 17:26:07 -04:00
parent e86ff58b44
commit dd5e8e460f
2 changed files with 27 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
// which can be found in the LICENSE file.
// Package bencode implements bencoding of objects as defined in BEP 3 using
// type assertion rather than the use of reflection.
// type assertion over reflection for performance.
package bencode
import (