Updates tailscale/corp#12154 Change-Id: I8b253ce964f62736678f44bdf67881430636b14a Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>main
parent
a565833998
commit
9826db3e06
@ -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