cmd/main.go (7 lines of code) (raw):
// This has been generated using akservice version: v0.0.1.
package main
import (
"github.com/Azure/agentbaker/cmd/starter"
)
// NOTE: please make the main.go only contains the starter.Execute().
// that's because other components is reference the same function "starter.Execute()" to start the process.
func main() {
starter.Execute()
}