From 10cf601ea03e92323d802391a437f335924e5107 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 30 Nov 2024 02:01:44 -0600 Subject: [PATCH] notes on weird 'go mod tidy' failure --- testSort/main.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/testSort/main.go b/testSort/main.go index 978d116..f20361f 100644 --- a/testSort/main.go +++ b/testSort/main.go @@ -7,7 +7,11 @@ import ( ) func main() { - log.Info("empty because go mod tidy failed") + log.Println("empty because go mod tidy failed") + log.Println("why does go mod tidy fail when this is here?") + // go: go.wit.com/apps/autogenpb/testSort imports + // go.wit.com/apps/autogenpb/testautogen: cannot find module providing package go.wit.com/apps/autogenpb/testautogen: unrecognized import path "go.wit.com/apps/autogenpb/testautogen": parse https://go.wit.com/apps/autogenpb/testautogen?go-get=1: no go-import meta tags () + /* all := new(testautogen.GitTags) // newt := new(testautogen.GitTag)