7 lines
86 B
Go
7 lines
86 B
Go
package _github
|
|
|
|
import "embed"
|
|
|
|
//go:embed build/build_info.json
|
|
var DistFS embed.FS
|