mirror of
https://github.com/luckfox-eng29/kvm.git
synced 2026-01-17 19:22:15 +01:00
8 lines
63 B
Go
8 lines
63 B
Go
package resource
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
var ResourceFS embed.FS
|