mirror of
https://github.com/tailscale/tailscale.git
synced 2026-06-03 21:01:54 +08:00
docs: add new package to go:embed commit-messages.md
Updates tailscale/corp#12154 Change-Id: I8b253ce964f62736678f44bdf67881430636b14a Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
parent
a565833998
commit
9826db3e06
12
docs/embed.go
Normal file
12
docs/embed.go
Normal file
@ -0,0 +1,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
|
||||
Loading…
Reference in New Issue
Block a user