Skip to content

Commit f0b4937

Browse files
committed
operator/staticpod/internal/atomicdir/swap_other: add missing import
1 parent 339f6f0 commit f0b4937

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/operator/staticpod/internal/atomicdir/swap_other.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
package atomicdir
44

5+
import "errors"
6+
57
// swap can be used to exchange two directories atomically.
68
//
79
// This function is only implemented for Linux and returns an error on other platforms.

0 commit comments

Comments
 (0)