mirror of
https://github.com/jetkvm/kvm.git
synced 2025-09-16 08:38:14 +00: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
|