package logic import ( _ "practice_Go/internal/logic/clubs" _ "practice_Go/internal/logic/shows" ) //如果这里导入了文件后还是说未注册就将在main.go文件中导入logic包