summaryrefslogtreecommitdiffhomepage
path: root/omit/aws_def.go
blob: 7f48881c10bcf85e8f3e8bf37c58f477ea4eb5ef (plain)
1
2
3
4
5
6
7
8
9
// Copyright (c) Tailscale Inc & contributors
// SPDX-License-Identifier: BSD-3-Clause

//go:build !ts_omit_aws

package omit

// AWS is whether AWS support should be omitted from the build.
const AWS = false