You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
package logic
|
|
|
|
import (
|
|
_ "practice_Go/internal/logic/clubs"
|
|
_ "practice_Go/internal/logic/shows"
|
|
)
|
|
|
|
//如果这里导入了文件后还是说未注册就将在main.go文件中导入logic包
|