aboutsummaryrefslogtreecommitdiff
path: root/cmd/btcheck/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/btcheck/main.go')
-rw-r--r--cmd/btcheck/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/btcheck/main.go b/cmd/btcheck/main.go
index 24e4540..09844a6 100644
--- a/cmd/btcheck/main.go
+++ b/cmd/btcheck/main.go
@@ -42,4 +42,5 @@ func main() {
pieces[i] = p
}
fmt.Printf("%6.2f%%\n", pieces.Good())
+ fmt.Println(pieces.BitField())
}