Fix niggles found by go vet

This commit is contained in:
Nick Craig-Wood
2015-02-28 15:35:54 +00:00
parent 2360bf907a
commit fe68737268
3 changed files with 8 additions and 9 deletions

View File

@@ -61,7 +61,6 @@ func (x *SizeSuffix) String() string {
default:
return fmt.Sprintf("%.3fG", float64(*x)/1024/1024/1024)
}
panic("shouldn't be reached")
}
// Set a SizeSuffix