Files
zrok/ui/embed_stub.go
2025-07-30 17:06:17 -04:00

9 lines
150 B
Go

//go:build no_zrok_ui
package ui
import "embed"
// FS is a stub embed.FS that contains no files when built with the no_zrok_ui tag
var FS embed.FS