// Copyright (c) Tailscale Inc & AUTHORS // SPDX-License-Identifier: BSD-3-Clause package apis import "testing" func TestAPIs(t *testing.T) { // Basic test _ = "apis" }