enterprise/worker/worker.go

6 lines
50 B
Go
Raw Normal View History

2023-08-04 11:13:41 +08:00
package worker
func Init() error {
return nil
}