Skip to content

v2: remove v2 implementation and point people at tailscale.com/client… #133

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# tailscale-client-go

A Go client implementation for the [Tailscale API](https://tailscale.com/api).

## Current Version
> [!IMPORTANT]
> This implementation is no longer maintained. The replacement is available at [tailscale-client-go-v2](https://github.com/tailscale/tailscale-client-go-v2).

* [V2](https://github.com/tailscale/tailscale-client-go/tree/main/v2#readme): `import "github.com/tailscale/tailscale-client-go/v2"`

[![Go Reference](https://pkg.go.dev/badge/github.com/tailscale/tailscale-client-go.svg)](https://pkg.go.dev/github.com/tailscale/tailscale-client-go/v2)
A Go client implementation for the [Tailscale API](https://tailscale.com/api).

## Old versions
## Old version

* V1: `import "github.com/tailscale/tailscale-client-go"`

Expand Down
59 changes: 0 additions & 59 deletions v2/README.md

This file was deleted.

Loading
Loading