mirror of
https://github.com/openziti/zrok.git
synced 2025-02-03 20:10:13 +01:00
7 lines
65 B
Go
7 lines
65 B
Go
|
package agentUi
|
||
|
|
||
|
import "embed"
|
||
|
|
||
|
//go:embed dist
|
||
|
var FS embed.FS
|