diff options
Diffstat (limited to 'cmd/avg-lines/main.go')
-rw-r--r-- | cmd/avg-lines/main.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/avg-lines/main.go b/cmd/avg-lines/main.go index a32f5ce..c1fd901 100644 --- a/cmd/avg-lines/main.go +++ b/cmd/avg-lines/main.go @@ -2,6 +2,8 @@ // Use of this source code is governed by the GPLv3 // license that can be found in the LICENSE file. +// avg-lines prints a report of the average confidence for each line, +// sorted from worst to best package main import ( |