Skip to content

Commit fe17f6e

Browse files
authored
Remove dead imports from os_test.go
1 parent 27e253c commit fe17f6e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

os_test.go

-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
package main
22

33
import (
4-
"os"
5-
"path"
6-
"syscall"
74
"testing"
8-
9-
"github.com/docker/docker/pkg/mount"
10-
"github.com/sirupsen/logrus"
115
)
126

137
func Test_setPermissions(t *testing.T) {

0 commit comments

Comments
 (0)