Codebase list golang-github-vbauerster-mpb / 6f4775a
fix type Vladimir Bauer 9 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
2323
2424 func TestFormatToBytes(t *testing.T) {
2525 inputs := []struct {
26 v int
26 v int64
2727 e string
2828 }{
2929 {v: 1000, e: "1000b"},