whyrusleeping / gx-go

gx subtool for golang
MIT License
80 stars 28 forks source link

Handle subpackages #29

Open Stebalien opened 6 years ago

Stebalien commented 6 years ago

I'm not sure if gx-go is the right place to do this but we need to better handle sub packages. For example, gx-go rw ./... should detect subpackages and rewrite them according to their gx deps. This is causing some issues for go-peerstream.

bruinxs commented 5 years ago

Hello, I also want this feature, what is the way now?