Make Result.Error a string

This commit is contained in:
Tomás Senart
2013-09-10 21:46:28 +01:00
parent 972fe6925d
commit 6348a1b7df
5 changed files with 13 additions and 14 deletions

View File

@@ -15,7 +15,7 @@ type Result struct {
Timing time.Duration
BytesOut uint64
BytesIn uint64
Error error
Error string
}
// Results is a slice of Result structs with encoding,