b9cda4bca5
* tsnet,internal/client/tailscale: resolve OAuth into authkeys in tsnet Updates #8403. * internal/client/tailscale: omit OAuth library via build tag Updates #12614. Signed-off-by: Naman Sood <mail@nsood.in>
9 lines
173 B
Go
9 lines
173 B
Go
// Copyright (c) Tailscale Inc & AUTHORS
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
//go:build !ts_omit_oauthkey
|
|
|
|
package oauthkey
|
|
|
|
import _ "tailscale.com/feature/oauthkey"
|