Skip to content

Commit

Permalink
x509roots: use "generate" build tag
Browse files Browse the repository at this point in the history
Since go generate sets it automatically.

Change-Id: I4623e523392140c0472b250ac99c8c3fa31e5b15
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/504595
Auto-Submit: Roland Shoemaker <roland@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Roland Shoemaker <roland@golang.org>
  • Loading branch information
rolandshoemaker authored and gopherbot committed Jun 20, 2023
1 parent 0ff6005 commit 0d502d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x509roots/gen_fallback_bundle.go
Expand Up @@ -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

Expand Down

0 comments on commit 0d502d7

Please sign in to comment.