From 3532b9d94e1401dab2e34b57386a615501bced80 Mon Sep 17 00:00:00 2001 From: Ahoys123 Date: Mon, 9 Jan 2023 17:18:21 -0800 Subject: [PATCH] removed js build flag in tscreen_stub.go --- tscreen_stub.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tscreen_stub.go b/tscreen_stub.go index 9e3cdaa0..0e4deae0 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 //