Package: dh-golang Version: 1.48 Severity: important Hi,
When i was trying to package stan.go(https://github.com/nats-io/stan.go) locally which depends on nats.go (https://github.com/nats-io/nats.go) ( i also packaged that locally), I noticed that nats.go package in `/usr/share/gocode/src/github.com/nats.go` is not getting symlinked during the build, causing the build to fail. In fact the whole `/usr/share/gocode/src/github.com` didn't get symlinked during the build. I had some play around with it so i added a dummy package inside `/usr/share/gocode/src/github.com/` and called it foo.bar. It got symlinked correctly but if I added foo.go again it won't get symlinked There are many packges with `.go` suffix like the ones mentioned above. Best regards,