mirror of
https://github.com/luckfox-eng29/kvm.git
synced 2026-06-14 23:08:28 +02:00
8 lines
63 B
Go
8 lines
63 B
Go
package resource
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
var ResourceFS embed.FS
|