From 0a2e5afb263ae58916871640d0ddc1549e2657e1 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Mon, 9 Sep 2024 09:30:26 -0700 Subject: [PATCH] tsnet: remove old package doc experimental warning It was scaring people. It's been pretty stable for quite some time now and we're unlikely to change the API and break people at this point. We might, but have been trying not to. Fixes tailscale/corp#22933 Change-Id: I0c3c79b57ccac979693c62ba320643a940ac947e Signed-off-by: Brad Fitzpatrick --- tsnet/tsnet.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/tsnet/tsnet.go b/tsnet/tsnet.go index 8be54bb73..ca6c44ea7 100644 --- a/tsnet/tsnet.go +++ b/tsnet/tsnet.go @@ -2,8 +2,6 @@ // SPDX-License-Identifier: BSD-3-Clause // Package tsnet provides Tailscale as a library. -// -// It is an experimental work in progress. package tsnet import (