kleinCommand/services/services.go

10 lines
173 B
Go
Raw Normal View History

2025-07-20 00:47:03 +02:00
package services
import (
"github.com/DariusKlein/kleinCommand/common"
)
func RunExampleService() error {
return runService(common.ExampleServiceName, exampleService)
}