aws_def.go 204 B

123456789
  1. // Copyright (c) Tailscale Inc & AUTHORS
  2. // SPDX-License-Identifier: BSD-3-Clause
  3. //go:build !ts_omit_aws
  4. package omit
  5. // AWS is whether AWS support should be omitted from the build.
  6. const AWS = false