blob: b1bcc8f538391a5027ef53225963f2f6b24f5dbd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
package embed
import "embed"
//go:embed LICENSE* source.tar.gz
var Source embed.FS
//go:embed templates/* static/*
//go:embed hookc/hookc git2d/git2d
var Resources embed.FS
|