From ff777135ecf2d92980fd52ac34f7e3aa86297d1d Mon Sep 17 00:00:00 2001 From: Laurent Demailly Date: Tue, 6 Aug 2024 10:11:17 -0700 Subject: [PATCH] build tag for json tests --- sets_json_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sets_json_test.go b/sets_json_test.go index f838d81..12a01a2 100644 --- a/sets_json_test.go +++ b/sets_json_test.go @@ -1,6 +1,9 @@ // Copyright (c) Fortio Authors, All Rights Reserved // See LICENSE for licensing terms. (Apache-2.0) +//go:build !no_json +// +build !no_json + package sets_test import (