summaryrefslogtreecommitdiffhomepage
path: root/omit/aws_def.go
blob: 8ae539736b28c0c90cdca15c856e7be2b620c388 (plain)
1
2
3
4
5
6
7
8
9
// Copyright (c) Tailscale Inc & AUTHORS
// 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