ahmetb / go-dexec

It's like Go os/exec package but for Docker. What if you could exec programs remotely with the same interface as os/exec?
https://godoc.org/github.com/ahmetalpbalkan/go-dexec
Apache License 2.0
430 stars 38 forks source link

Fix issue 11 (obsolete imports in test files resulting in issues when consumer uses go modules) #12

Closed trp-samer-adra closed 10 months ago

trp-samer-adra commented 10 months ago

Fixes https://github.com/ahmetb/go-dexec/issues/11