Skip to content

Commit 0d502d7

Browse files
rolandshoemakergopherbot
authored andcommitted
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 <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>
1 parent 0ff6005 commit 0d502d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x509roots/gen_fallback_bundle.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
//go:build gen
6-
// +build gen
5+
//go:build generate
6+
// +build generate
77

88
//go:generate go run gen_fallback_bundle.go
99

0 commit comments

Comments
 (0)