From 0d502d7cd64920c6d2cce3950ead89a5c4eb5e69 Mon Sep 17 00:00:00 2001 From: Roland Shoemaker Date: Tue, 20 Jun 2023 10:54:58 -0700 Subject: [PATCH] x509roots: use "generate" build tag Since go generate sets it automatically. Change-Id: I4623e523392140c0472b250ac99c8c3fa31e5b15 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/504595 Auto-Submit: Roland Shoemaker TryBot-Result: Gopher Robot Reviewed-by: Dmitri Shuralyov Reviewed-by: Dmitri Shuralyov Run-TryBot: Roland Shoemaker --- x509roots/gen_fallback_bundle.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x509roots/gen_fallback_bundle.go b/x509roots/gen_fallback_bundle.go index 41fab369f7..c3e562febc 100644 --- a/x509roots/gen_fallback_bundle.go +++ b/x509roots/gen_fallback_bundle.go @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -//go:build gen -// +build gen +//go:build generate +// +build generate //go:generate go run gen_fallback_bundle.go