Merge pull request #15500 from dfr/freebsd-terminal

pkg/domain: Add terminal support for FreeBSD
This commit is contained in:
OpenShift Merge Robot
2022-08-29 06:27:24 -04:00
committed by GitHub
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,6 @@
//go:build linux || freebsd
// +build linux freebsd
package terminal
import (

View File

@ -1,3 +1,6 @@
//go:build linux || freebsd
// +build linux freebsd
package terminal
import (

View File

@ -1,5 +1,5 @@
//go:build !linux
// +build !linux
//go:build !linux && !freebsd
// +build !linux,!freebsd
package terminal