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. =)
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. =)