summaryrefslogtreecommitdiff
path: root/testSort/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'testSort/main.go')
-rw-r--r--testSort/main.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/testSort/main.go b/testSort/main.go
index 62a84ce..978d116 100644
--- a/testSort/main.go
+++ b/testSort/main.go
@@ -3,10 +3,12 @@ package main
import (
"log"
- "go.wit.com/apps/autogenpb/testautogen"
+ // "go.wit.com/apps/autogenpb/testautogen"
)
func main() {
+ log.Info("empty because go mod tidy failed")
+ /*
all := new(testautogen.GitTags)
// newt := new(testautogen.GitTag)
@@ -27,4 +29,5 @@ func main() {
t := loop.Next()
log.Println("hello testSort t.Refname =", t.Refname, t.Objectname)
}
+ */
}