notes on weird 'go mod tidy' failure
This commit is contained in:
parent
0bfba38b82
commit
10cf601ea0
|
@ -7,7 +7,11 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
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)
|
all := new(testautogen.GitTags)
|
||||||
// newt := new(testautogen.GitTag)
|
// newt := new(testautogen.GitTag)
|
||||||
|
|
Loading…
Reference in New Issue