Files
tailscale/feature/buildfeatures/feature_sync_enabled.go
Jason O'Donnell 6e71a15e59 tailsync
2026-03-07 08:53:59 -05:00

14 lines
448 B
Go

// Copyright (c) Tailscale Inc & contributors
// SPDX-License-Identifier: BSD-3-Clause
// Code generated by gen.go; DO NOT EDIT.
//go:build !ts_omit_sync
package buildfeatures
// HasSync is whether the binary was built with support for modular feature "Tailsync support".
// Specifically, it's whether the binary was NOT built with the "ts_omit_sync" build tag.
// It's a const so it can be used for dead code elimination.
const HasSync = true