You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the vscode report : could not import github.com/swaggo/gin-swagger/swaggerFiles (no required module provides package "github.com/swaggo/gin-swagger/swaggerFiles")
once I remove the go.work and go.work.sum, it won't report this error
The text was updated successfully, but these errors were encountered:
We have a monorepo, and some of module import
github.com/swaggo/gin-swagger v1.2.0
the project layout like this:
package-a import
import :
package-a go mod:
go work: use ./project-a
the vscode report :
could not import github.com/swaggo/gin-swagger/swaggerFiles (no required module provides package "github.com/swaggo/gin-swagger/swaggerFiles")
once I remove the go.work and go.work.sum, it won't report this error
The text was updated successfully, but these errors were encountered: