From 0333cf130e520692e5afe347d028d6fffdb71a90 Mon Sep 17 00:00:00 2001 From: hsldymq Date: Thu, 15 Aug 2024 12:54:05 +0800 Subject: [PATCH] remove build flags --- funcs_set_operation.go | 2 -- funcs_set_operation_test.go | 2 -- 2 files changed, 4 deletions(-) diff --git a/funcs_set_operation.go b/funcs_set_operation.go index 049ed53..e86c361 100644 --- a/funcs_set_operation.go +++ b/funcs_set_operation.go @@ -1,5 +1,3 @@ -//go:build goexperiment.rangefunc - package handy import ( diff --git a/funcs_set_operation_test.go b/funcs_set_operation_test.go index ad41987..5edd41c 100644 --- a/funcs_set_operation_test.go +++ b/funcs_set_operation_test.go @@ -1,5 +1,3 @@ -//go:build goexperiment.rangefunc - package handy import (