compute/cmd/mgr/main.go

10 lines
86 B
Go

package main
import (
"deevirt.fr/compute/pkg/api"
)
func main() {
api.Server()
}