blob: 78c3f31006765eef65b6faa2204710743c28b3e8 (
plain)
1
2
3
4
5
6
7
8
|
// Copyright (c) Tailscale Inc & contributors
// SPDX-License-Identifier: BSD-3-Clause
//go:build (ts_aws || (linux && (arm64 || amd64) && !android)) && !ts_omit_aws
package awsparamstore
import _ "tailscale.com/feature/awsparamstore"
|