mirror of
https://github.com/jetkvm/kvm.git
synced 2025-09-16 08:38:14 +00:00
10 lines
61 B
Go
10 lines
61 B
Go
package main
|
|
|
|
import (
|
|
"kvm"
|
|
)
|
|
|
|
func main() {
|
|
kvm.Main()
|
|
}
|