diff options
| author | Jeff Carr <[email protected]> | 2024-11-30 02:01:44 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-30 02:01:44 -0600 |
| commit | 10cf601ea03e92323d802391a437f335924e5107 (patch) | |
| tree | ae5be539e3e96f558aa253aa053978f30c6ee56e | |
| parent | 0bfba38b828a1cbde5a4e50e58565255e83f121f (diff) | |
notes on weird 'go mod tidy' failurev0.0.3
| -rw-r--r-- | testSort/main.go | 6 |
1 files changed, 5 insertions, 1 deletions
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) |
