mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
update revive lint to latest commit (#12921)
* update revive lint to latest commit * make fmt * change import
This commit is contained in:
2
vendor/golang.org/x/tools/go/internal/gcimporter/gcimporter.go
generated
vendored
2
vendor/golang.org/x/tools/go/internal/gcimporter/gcimporter.go
generated
vendored
@@ -491,7 +491,7 @@ func (p *parser) parseMapType(parent *types.Package) types.Type {
|
||||
//
|
||||
// For unqualified and anonymous names, the returned package is the parent
|
||||
// package unless parent == nil, in which case the returned package is the
|
||||
// package being imported. (The parent package is not nil if the the name
|
||||
// package being imported. (The parent package is not nil if the name
|
||||
// is an unqualified struct field or interface method name belonging to a
|
||||
// type declared in another package.)
|
||||
//
|
||||
|
Reference in New Issue
Block a user