enterprise/worker/worker.go

6 lines
50 B
Go

package worker
func Init() error {
return nil
}