From 3ee45c8380fd4a9e9208e37db73715727f83fd79 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Wed, 30 Mar 2022 22:53:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=96=E8=AF=91386?= =?UTF-8?q?=E6=97=B6=E5=8F=AF=E8=83=BD=E5=87=BA=E7=8E=B0=E7=9A=84=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/nodes/node_ext.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/nodes/node_ext.go b/internal/nodes/node_ext.go index 49c0633..763e226 100644 --- a/internal/nodes/node_ext.go +++ b/internal/nodes/node_ext.go @@ -1,6 +1,6 @@ // Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. -//go:build community -// +build community +//go:build !script +// +build !script package nodes