summaryrefslogtreecommitdiffhomepage
path: root/omit/aws_omit.go
blob: f077041158f0da0e6d66229a04d8fd2dc428ad02 (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 = true