attempting to publish

This commit is contained in:
Jeff Carr 2024-11-30 00:16:51 -06:00
parent de3b63c1b0
commit 0bfba38b82
1 changed files with 4 additions and 1 deletions

View File

@ -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)
}
*/
}