Files
atom/modules/modules.go
2023-02-04 18:53:17 +08:00

8 lines
134 B
Go

package modules
import (
_ "atom/modules/auth/container"
_ "atom/modules/resources/container"
_ "atom/modules/system/container"
)