Skip to content

Commit 2667e68

Browse files
committed
Add build constraint for terminal_*.go
1 parent 613d0b2 commit 2667e68

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

terminal_darwin.go renamed to terminal_bsd.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// +build darwin freebsd openbsd netbsd dragonfly
2+
13
package log
24

35
import "syscall"

terminal_linux.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// +build linux
2+
13
package log
24

35
import "syscall"

0 commit comments

Comments
 (0)