We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b52803 commit bc8ebcbCopy full SHA for bc8ebcb
1 file changed
cmd/next-test/main.go
@@ -71,5 +71,6 @@ func main() {
71
})
72
73
next := todoTests[0]
74
- fmt.Printf("%s (%d bytes)\n", next.Name, next.QueryLen)
+ fmt.Printf("Next: %s (%d bytes)\n", next.Name, next.QueryLen)
75
+ fmt.Printf("Remaining: %d\n", len(todoTests)-1)
76
}
0 commit comments