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 --- tools/syz-trace2syz/parser/parser.go | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/syz-trace2syz/parser/parser.go') diff --git a/tools/syz-trace2syz/parser/parser.go b/tools/syz-trace2syz/parser/parser.go index b91f3ac29..91add1a38 100644 --- a/tools/syz-trace2syz/parser/parser.go +++ b/tools/syz-trace2syz/parser/parser.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 !codeanalysis -// +build !codeanalysis package parser -- cgit mrf-deployment