summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--human.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/human.go b/human.go
index d816d71..7954c42 100644
--- a/human.go
+++ b/human.go
@@ -4,7 +4,6 @@ package repolist
import (
"fmt"
- "net/http"
"time"
"go.wit.com/lib/gui/shell"
@@ -39,7 +38,7 @@ func ReportHeader() string {
"STATE")
}
-func (v *RepoList) PrintReport(w http.ResponseWriter, readonly string, onlydirty string, perfect string) {
+func (v *RepoList) PrintReport(readonly string, onlydirty string, perfect string) {
var count int
log.Info(ReportHeader())
@@ -109,7 +108,7 @@ func ReleaseReportHeader() string {
"STATE")
}
-func (v *RepoList) PrintReleaseReport(w http.ResponseWriter, readonly string, perfect string) {
+func (v *RepoList) PrintReleaseReport(readonly string, perfect string) {
var count int
log.Info(ReleaseReportHeader())