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>
main
Brad Fitzpatrick 1 month ago committed by Brad Fitzpatrick
parent a565833998
commit 9826db3e06
  1. 12
      docs/embed.go

@ -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…
Cancel
Save