From ddf14c98738f9a68004199fe2ac40485ef615452 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Sat, 14 Jun 2025 09:50:57 -0400 Subject: [PATCH] Add "stxAll" build tag --- syntax/stxGo.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/syntax/stxGo.go b/syntax/stxGo.go index a7f25e9..b1b73a7 100644 --- a/syntax/stxGo.go +++ b/syntax/stxGo.go @@ -1,3 +1,5 @@ +//go:build stxGo || stxAll + package syntax func init() {