Fix edge cases for peer ID parsing

Fixes #27
This commit is contained in:
Justin Li
2013-12-13 11:19:22 -05:00
parent 0ceefca9c1
commit 140a738162
4 changed files with 22 additions and 31 deletions

View File

@@ -26,4 +26,3 @@ func (d *driver) New(conf *config.DataStore) tracker.Pool {
func init() {
tracker.Register("mock", &driver{})
}