2025-07-16 11:09:18 +02:00

9 lines
94 B
Go

package cli
import "log"
func Start() error {
log.Println("starting server")
return nil
}