mirror of
https://github.com/luckfox-eng29/kvm.git
synced 2026-01-18 03:28:19 +01:00
9 lines
135 B
Go
9 lines
135 B
Go
package resource
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed jetkvm_native jetkvm_native.sha256 netboot.xyz-multiarch.iso
|
|
var ResourceFS embed.FS
|