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 (
|
||||
"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())
|
||||
|
|
Loading…
Reference in New Issue