From b96a7ed4dc4d17d8cecca9d994b86dbcf61c3053 Mon Sep 17 00:00:00 2001 From: Ahoys123 Date: Mon, 9 Jan 2023 17:50:14 -0800 Subject: [PATCH] removed js build flag in terms_static.go --- terms_static.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terms_static.go b/terms_static.go index d0c57d9..c9ecef8 100644 --- a/terms_static.go +++ b/terms_static.go @@ -1,5 +1,5 @@ -//go:build tcell_minimal || nacl || js || zos || plan9 || windows || android -// +build tcell_minimal nacl js zos plan9 windows android +//go:build tcell_minimal || nacl || zos || plan9 || windows || android +// +build tcell_minimal nacl zos plan9 windows android // Copyright 2019 The TCell Authors //