Added FreeBSD support
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
//go:build windows
|
||||
|
||||
package tty
|
||||
|
||||
import "golang.org/x/sys/windows"
|
||||
|
Reference in New Issue
Block a user
@ -1,3 +1,5 @@
|
||||
//go:build windows
|
||||
|
||||
package tty
|
||||
|
||||
import "golang.org/x/sys/windows"
|
||||
|