From cfe9478196eef8736a3c0bb2eccda826263420ea Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 26 Apr 2024 12:19:46 +0200 Subject: all: go fix everything --- pkg/cover/report_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'pkg/cover/report_test.go') diff --git a/pkg/cover/report_test.go b/pkg/cover/report_test.go index d1ef7ac70..e93d43eda 100644 --- a/pkg/cover/report_test.go +++ b/pkg/cover/report_test.go @@ -4,7 +4,6 @@ // It may or may not work on other OSes. // If you test on another OS and it works, enable it. //go:build linux -// +build linux package cover -- cgit mrf-deployment