Skip to content

Commit c1c7356

Browse files
committed
{tailscale,v2}: capitalize API, tweak package doc
Break the package doc up into a second paragraph so the "Docs are here" part doesn't show up as the synopsis. And fix an old URL in the v1 docs. Signed-off-by: Brad Fitzpatrick <[email protected]>
1 parent bd4d815 commit c1c7356

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

tailscale/client.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
// Copyright (c) David Bond, Tailscale Inc, & Contributors
22
// SPDX-License-Identifier: MIT
33

4-
// Package tailscale contains a basic implementation of a client for the Tailscale HTTP api. Documentation is here:
5-
// https://github.com/tailscale/tailscale/blob/main/api.md
4+
// Package tailscale contains a basic implementation of a client for the Tailscale HTTP API.
5+
//
6+
// Documentation is at https://tailscale.com/api
67
package tailscale
78

89
import (

v2/client.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
// Copyright (c) David Bond, Tailscale Inc, & Contributors
22
// SPDX-License-Identifier: MIT
33

4-
// Package tsclient contains a basic implementation of a client for the Tailscale HTTP api. Documentation is here:
5-
// https://tailscale.com/api
4+
// Package tsclient contains a basic implementation of a client for the Tailscale HTTP API.
5+
//
6+
// Documentation is at https://tailscale.com/api
67
package tsclient
78

89
import (

0 commit comments

Comments
 (0)