Skip to content

Commit 66468b7

Browse files
committed
Fix compiler error for plan9 OS
1 parent d54091f commit 66468b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

file_logger/file_logger_plan9.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package file_logger
22

33
import (
44
"os"
5+
"syscall"
56
"time"
67
)
78

0 commit comments

Comments
 (0)