A client implementation for the Tailscale HTTP API
Go to file
Mario Minardi 9894791f98
v2: fix errors in README (#118)
Fix a number of minor issues in example codeblocks for the v2 README.

Updates #cleanup

Signed-off-by: Mario Minardi <mario@tailscale.com>
2024-09-20 09:22:17 -06:00
.github check for license headers in CI 2024-09-12 14:13:46 -05:00
scripts check for license headers in CI 2024-09-12 14:13:46 -05:00
tailscale check for license headers in CI 2024-09-12 14:13:46 -05:00
v2 v2: fix errors in README (#118) 2024-09-20 09:22:17 -06:00
go.mod build(deps): bump golang.org/x/oauth2 from 0.21.0 to 0.23.0 (#108) 2024-09-06 13:29:49 -06:00
go.sum build(deps): bump golang.org/x/oauth2 from 0.21.0 to 0.23.0 (#108) 2024-09-06 13:29:49 -06:00
LICENSE check for license headers in CI 2024-09-12 14:13:46 -05:00
README.md README: deemphasize v1, add list of versions with import paths 2024-09-06 12:03:00 -07:00

tailscale-client-go

A Go client implementation for the Tailscale API.

Current Version

  • V2: import "github.com/tailscale/tailscale-client-go/v2"

    Go Reference

Old versions

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

    Deprecated, no longer maintained.

    Go Reference