mirror of
https://github.com/luckfox-eng29/kvm.git
synced 2026-01-18 11:38:32 +01:00
10 lines
61 B
Go
10 lines
61 B
Go
package main
|
|
|
|
import (
|
|
"kvm"
|
|
)
|
|
|
|
func main() {
|
|
kvm.Main()
|
|
}
|