kawipiko/sources/embedded/documentation.go

20 lines
208 B
Go
Raw Permalink Normal View History

package embedded
import _ "embed"
//go:embed documentation/sbom.txt
var SbomTxt string
//go:embed documentation/sbom.html
var SbomHtml string
//go:embed documentation/sbom.json
var SbomJson string