So if the goexperiment is not enabled, we don't expose an empty
package.
Change-Id: I57c1edac92f51b307d789d8d9bb3b505769af589
Reviewed-on: https://go-review.googlesource.com/c/go/+/729361
Reviewed-by: Daniel Morsing <daniel.morsing@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+//go:build goexperiment.runtimesecret
+
package secret
import (
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-//go:build !arm64 && !amd64
+//go:build goexperiment.runtimesecret && !arm64 && !amd64
package secret