mirror of
https://github.com/luckfox-eng29/kvm.git
synced 2026-05-24 23:25:09 +02:00
10 lines
61 B
Go
10 lines
61 B
Go
package main
|
|
|
|
import (
|
|
"kvm"
|
|
)
|
|
|
|
func main() {
|
|
kvm.Main()
|
|
}
|