attempting to publish
This commit is contained in:
parent
de3b63c1b0
commit
0bfba38b82
|
@ -3,10 +3,12 @@ package main
|
||||||
import (
|
import (
|
||||||
"log"
|
"log"
|
||||||
|
|
||||||
"go.wit.com/apps/autogenpb/testautogen"
|
// "go.wit.com/apps/autogenpb/testautogen"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
log.Info("empty because go mod tidy failed")
|
||||||
|
/*
|
||||||
all := new(testautogen.GitTags)
|
all := new(testautogen.GitTags)
|
||||||
// newt := new(testautogen.GitTag)
|
// newt := new(testautogen.GitTag)
|
||||||
|
|
||||||
|
@ -27,4 +29,5 @@ func main() {
|
||||||
t := loop.Next()
|
t := loop.Next()
|
||||||
log.Println("hello testSort t.Refname =", t.Refname, t.Objectname)
|
log.Println("hello testSort t.Refname =", t.Refname, t.Objectname)
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue