diff options
| author | Jeff Carr <[email protected]> | 2024-11-30 00:16:51 -0600 | 
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-30 00:16:51 -0600 | 
| commit | 0bfba38b828a1cbde5a4e50e58565255e83f121f (patch) | |
| tree | 2c8f9f1c613077b35e9277a788956cfbbae1595c | |
| parent | de3b63c1b01c70181018b0676258977c3b25ea78 (diff) | |
attempting to publishv0.0.2
| -rw-r--r-- | testSort/main.go | 5 | 
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)  	} +	*/  }  | 
