blob: 76b01929a3501ab4edcea62266df1c5b4272908d (
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
|