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.

8 lines
193 B

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