package main import "sentinel/pkg/platform" func newMainProgramStarter() platform.MainProgramStarter { return &mainProgramStarter{} }