mirror of
https://shylinux.com/x/enterprise
synced 2025-04-25 09:08:06 +08:00
11 lines
259 B
Go
11 lines
259 B
Go
package main
|
|
|
|
import (
|
|
_ "shylinux.com/x/ice/devops"
|
|
_ "shylinux.com/x/mysql-story/src/db/mysql"
|
|
_ "shylinux.com/x/mysql-story/src/db/sqlite"
|
|
|
|
_ "shylinux.com/x/community/src/renzhengshouquan"
|
|
_ "shylinux.com/x/community/src/renzhengshouquan/external"
|
|
)
|