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 --- sys/linux/init_alg_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/linux/init_alg_test.go') diff --git a/sys/linux/init_alg_test.go b/sys/linux/init_alg_test.go index a8810da84..ba801f9aa 100644 --- a/sys/linux/init_alg_test.go +++ b/sys/linux/init_alg_test.go @@ -2,7 +2,6 @@ // Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. //go:build linux -// +build linux package linux -- cgit mrf-deployment