// Copyright (c) Tailscale Inc & AUTHORS // SPDX-License-Identifier: BSD-3-Clause package tooldeps import "testing" func TestToolDeps(t *testing.T) { // Test tool dependencies _ = "tooldeps" }