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