client,localclient: move localclient.go to client/local package

Updates tailscale/corp#22748

Signed-off-by: Percy Wegmann <percy@tailscale.com>
This commit is contained in:
Percy Wegmann
2025-02-05 12:39:52 -06:00
committed by Percy Wegmann
parent 3f2bec5f64
commit f57fa3cbc3
8 changed files with 242 additions and 161 deletions
+1 -2
View File
@@ -3,8 +3,7 @@
//go:build go1.19
// Package tailscale contains Go clients for the Tailscale LocalAPI and
// Tailscale control plane API.
// Package tailscale contains a Go client for the Tailscale control plane API.
//
// Warning: this package is in development and makes no API compatibility
// promises as of 2022-04-29. It is subject to change at any time.