Rename github.com/docker/swarmkit/agent/exec/container => .../dockerapi#1969
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1969 +/- ##
==========================================
+ Coverage 53.47% 53.62% +0.15%
==========================================
Files 109 109
Lines 18919 18919
==========================================
+ Hits 10116 10146 +30
+ Misses 7570 7533 -37
- Partials 1233 1240 +7Continue to review full report at Codecov.
|
|
probably it is better to change package name as well |
|
@AkihiroSuda I knew there would be something I missed ;-). I'm a bit surprised it even built... |
9658a30 to
e3c7f1d
Compare
|
A quick I also came to share these sentiments https://github.com/docker/swarmkit/blob/master/agent/exec/container/controller_test.go#L28... Anyway, fixed. |
|
LGTM |
|
LGTM Looks like there is a rebase required. |
This reflects the true nature of the backend. Signed-off-by: Ian Campbell <ian.campbell@docker.com>
e3c7f1d to
1894c42
Compare
|
Rebased. Seeing as how this is a bulk rename it will likely conflict with any PR which touches |
This reflects the true nature of the backend.
Signed-off-by: Ian Campbell ian.campbell@docker.com
As discussed in #1965 (comment) and followups.
This is just a single

git mv agent/exec/{container,dockerapi}and a one line edit. Seems too easy. I wonder what I've missed...