summaryrefslogtreecommitdiffhomepage
path: root/docs/embed.go
blob: 420a4d42362a39a024febee924dafe146323cbd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (c) Tailscale Inc & contributors
// SPDX-License-Identifier: BSD-3-Clause

// Package docs embeds certain docs, making them available for other packages.
package docs

import _ "embed"

// CommitMessages is the contents of commit-messages.md.
//
//go:embed commit-messages.md
var CommitMessages string