From fe7043588c8499e76a5d5229b48032bd41e5fcb3 Mon Sep 17 00:00:00 2001 From: Till Faelligen Date: Thu, 7 Apr 2022 15:17:22 +0200 Subject: [PATCH] ADd build constraint --- userapi/util/stats.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userapi/util/stats.go b/userapi/util/stats.go index 686e5f354..22ef12aad 100644 --- a/userapi/util/stats.go +++ b/userapi/util/stats.go @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -//go:build !wasm -// +build !wasm +//go:build !wasm && !windows +// +build !wasm,!windows package util