mailgun / godebug

DEPRECATED! https://github.com/derekparker/delve
Apache License 2.0
2.5k stars 107 forks source link

godebug test fails for packages with external tests #33

Closed FiloSottile closed 9 years ago

FiloSottile commented 9 years ago

If a package foo has EXTERNAL TEST (that is, tests with package declaration foo_test), writerFor will be invoked with a importPath like foo_test instead of foo, which will fail findUnderGopath.