From 3ad9d03460c449cce0a1902f5dc6c9088ecc0ef5 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 19 Sep 2021 11:46:57 +0200 Subject: [PATCH] gofmt for go:build --- cmd/captured/filterexpr.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/captured/filterexpr.go b/cmd/captured/filterexpr.go index f05b4a6..759c8ec 100644 --- a/cmd/captured/filterexpr.go +++ b/cmd/captured/filterexpr.go @@ -1,3 +1,4 @@ +//go:build ignore // +build ignore // Copyright 2018 Google Inc.