magellan/main.go
2023-08-29 14:36:57 -06:00

10 lines
142 B
Go

package main
import (
"davidallendj/magellan/cmd"
// smd "github.com/alexlovelltroy/hms-smd/pkg/redfish"
)
func main() {
cmd.Execute()
}