mirror of
https://shylinux.com/x/operation
synced 2025-04-25 01:08:04 +08:00
10 lines
213 B
Go
10 lines
213 B
Go
package main
|
|
|
|
import (
|
|
_ "shylinux.com/x/ice/devops"
|
|
_ "shylinux.com/x/mysql-story/src/db/mysql"
|
|
|
|
_ "shylinux.com/x/community/src/renzhengshouquan"
|
|
_ "shylinux.com/x/community/src/renzhengshouquan/external"
|
|
)
|