Skip to content

Commit 5c7065d

Browse files
committed
unix: fix unused import in syscall_darwin_386.go
1 parent 8ff4e54 commit 5c7065d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

unix/syscall_darwin_386.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ package unix
88

99
import (
1010
"syscall"
11-
"unsafe"
1211
)
1312

1413
func setTimespec(sec, nsec int64) Timespec {

0 commit comments

Comments
 (0)