forked from mirror/pkger
long lost
This commit is contained in:
parent
d96dfd3e37
commit
5a8d085fb8
|
@ -1,6 +1,7 @@
|
||||||
package parser
|
package parser
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"fmt"
|
||||||
"go/ast"
|
"go/ast"
|
||||||
"go/token"
|
"go/token"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
|
@ -147,6 +148,8 @@ func (f *file) findStatCalls() error {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fmt.Println(">>>TODO parser/visitor.go:151: pt ", pt)
|
||||||
|
fmt.Println(">>>TODO parser/visitor.go:151: info.Module ", info.Module)
|
||||||
if pt.Pkg != info.Module.Path {
|
if pt.Pkg != info.Module.Path {
|
||||||
info, err = here.Package(pt.Pkg)
|
info, err = here.Package(pt.Pkg)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in New Issue