mirror of
https://shylinux.com/x/community
synced 2025-05-08 06:46:55 +08:00
9 lines
162 B
Go
9 lines
162 B
Go
package main
|
|
|
|
import (
|
|
_ "shylinux.com/x/ice/devops"
|
|
_ "shylinux.com/x/mysql-story/src/db/mysql"
|
|
|
|
_ "shylinux.com/x/community/src/renzhengshouquan/external"
|
|
)
|