mirror of
https://github.com/tailscale/tailscale.git
synced 2025-10-03 19:41:34 +02:00
Saves 360 KB (19951800 => 19591352 on linux/amd64 --extra-small --box binary) Updates #12614 Updates #17206 Change-Id: Iafd5b2536dd735111b447546cba335a7a64379ed Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
14 lines
477 B
Go
14 lines
477 B
Go
// Copyright (c) Tailscale Inc & AUTHORS
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
// Code generated by gen.go; DO NOT EDIT.
|
|
|
|
//go:build !ts_omit_resolved
|
|
|
|
package buildfeatures
|
|
|
|
// HasResolved is whether the binary was built with support for modular feature "Linux systemd-resolved integration".
|
|
// Specifically, it's whether the binary was NOT built with the "ts_omit_resolved" build tag.
|
|
// It's a const so it can be used for dead code elimination.
|
|
const HasResolved = true
|