http write is in log/ now
This commit is contained in:
parent
7244a636a5
commit
f08a241ebf
5
human.go
5
human.go
|
@ -4,7 +4,6 @@ package repolist
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"net/http"
|
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"go.wit.com/lib/gui/shell"
|
"go.wit.com/lib/gui/shell"
|
||||||
|
@ -39,7 +38,7 @@ func ReportHeader() string {
|
||||||
"STATE")
|
"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
|
var count int
|
||||||
|
|
||||||
log.Info(ReportHeader())
|
log.Info(ReportHeader())
|
||||||
|
@ -109,7 +108,7 @@ func ReleaseReportHeader() string {
|
||||||
"STATE")
|
"STATE")
|
||||||
}
|
}
|
||||||
|
|
||||||
func (v *RepoList) PrintReleaseReport(w http.ResponseWriter, readonly string, perfect string) {
|
func (v *RepoList) PrintReleaseReport(readonly string, perfect string) {
|
||||||
var count int
|
var count int
|
||||||
|
|
||||||
log.Info(ReleaseReportHeader())
|
log.Info(ReleaseReportHeader())
|
||||||
|
|
Loading…
Reference in New Issue