long lost

This commit is contained in:
Mark Bates 2019-11-05 11:55:53 -05:00
parent d96dfd3e37
commit 5a8d085fb8
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
package parser
import (
"fmt"
"go/ast"
"go/token"
"path/filepath"
@ -147,6 +148,8 @@ func (f *file) findStatCalls() error {
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 {
info, err = here.Package(pt.Pkg)
if err != nil {