bitxhub/imports/imports.go.template

9 lines
121 B
Plaintext

// +build ent
package imports
import (
_ "github.com/bitxhub/parallel-executor"
_ "github.com/bitxhub/service-mng"
)