diff --git a/tscreen_stub.go b/tscreen_stub.go index 9e3cdaa..0e4deae 100644 --- a/tscreen_stub.go +++ b/tscreen_stub.go @@ -1,5 +1,5 @@ -//go:build js || plan9 || windows -// +build js plan9 windows +//go:build plan9 || windows +// +build plan9 windows // Copyright 2022 The TCell Authors //