mirror of
https://github.com/openziti/zrok.git
synced 2025-08-18 11:49:51 +02:00
9 lines
150 B
Go
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
|