bastien-mrq/gitfed / changelog.go
// Package gitfed holds nothing but the embedded changelog — Go's //go:embed
// can't reach outside the directory containing the directive, so this lives
// at the module root next to CHANGELOG.md itself rather than duplicating
// the file under cmd/gitfed-web.
package gitfed
import _ "embed"
//go:embed CHANGELOG.md
var Changelog string