mirror of
https://github.com/prymitive/karma
synced 2026-02-13 20:59:53 +00:00
9 lines
141 B
Go
9 lines
141 B
Go
package ui
|
|
|
|
import "embed"
|
|
|
|
//go:embed build/* src/*
|
|
|
|
// StaticFiles exports build and src directorires as embed.FS
|
|
var StaticFiles embed.FS
|