Something went wrong. Try again.
This repository has no description
Something went wrong. Try again.
159 B · 9 lines
Go
12345678910//go:build !linux
package cmd
import "stream.place/streamplace/pkg/config"
func Start(build *config.BuildFlags) error { return start(build, []jobFunc{})}