kisielk / godepgraph

A Go dependency graph visualization tool
MIT License
1.06k stars 90 forks source link

cannot find package "C" #1

Closed zquestz closed 11 years ago

zquestz commented 11 years ago

Latest HEAD is having issues when I use import "C". Here's what I get.

2013/10/21 11:02:32 failed to import C: cannot find package "C" in any of: /opt/local/go/src/pkg/C (from $GOROOT) /Users/quest/Go/src/C (from $GOPATH)

If I go back to commit 369296b44009a5ee3d74e0769c925edca5853cb2 everything works as expected. Not sure how this regressed but I figured I would post an issue. =)

kisielk commented 11 years ago

Hm thanks for the heads up. I'll look in to it. I should probably add some tests at some point.