summaryrefslogtreecommitdiff
path: root/humanShowRepo.go
diff options
context:
space:
mode:
Diffstat (limited to 'humanShowRepo.go')
-rw-r--r--humanShowRepo.go12
1 files changed, 2 insertions, 10 deletions
diff --git a/humanShowRepo.go b/humanShowRepo.go
index dd2582a..cbc433d 100644
--- a/humanShowRepo.go
+++ b/humanShowRepo.go
@@ -2,16 +2,7 @@
package forgepb
-import (
- "os"
- "path/filepath"
- "time"
-
- "go.wit.com/lib/gui/shell"
- "go.wit.com/lib/protobuf/gitpb"
- "go.wit.com/log"
-)
-
+/*
func (f *Forge) HumanPrintRepo(check *gitpb.Repo) {
if check == nil {
log.Info("forge: you sent me nil")
@@ -96,3 +87,4 @@ func printTime(s string, t time.Time) {
log.Printf("%s mtime last changed %s\n", s, shell.FormatDuration(dur))
}
}
+*/