Files
karma/ui/embed.go
T

8 lines
79 B
Go

package ui
import "embed"
//go:embed build/* src/*
var StaticFiles embed.FS