Skip to content

リポジトリ名変更に伴うパッケージ名変更#13

Merged
kantacky merged 1 commit intomainfrom
rename-package
Mar 12, 2026
Merged

リポジトリ名変更に伴うパッケージ名変更#13
kantacky merged 1 commit intomainfrom
rename-package

Conversation

@kantacky
Copy link
Member

No description provided.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

リポジトリ名変更(subject-apiacademic-api)に伴い、Go module / import path を新しいモジュール名へ統一するPRです。コード内の参照元を新モジュールパスへ更新し、ビルド時に旧パスが残らない状態に揃えています。

Changes:

  • go.mod の module パスを github.com/fun-dotto/academic-api に変更
  • internal/*, cmd/server などの import path を新 module パスへ一括置換
  • .serena/project.ymlproject_name を新名称へ更新

Reviewed changes

Copilot reviewed 21 out of 21 changed files in this pull request and generated no comments.

Show a summary per file
File Description
internal/service/subject_category.go internal/domain の import を新 module パスへ更新
internal/service/subject.go internal/domain の import を新 module パスへ更新
internal/service/faculty.go internal/domain の import を新 module パスへ更新
internal/service/day_of_week_timetable_slot.go internal/domain の import を新 module パスへ更新
internal/service/course.go internal/domain の import を新 module パスへ更新
internal/repository/subject_category.go internal/database / internal/domain の import を新 module パスへ更新
internal/repository/subject.go internal/database / internal/domain の import を新 module パスへ更新
internal/repository/faculty.go internal/database / internal/domain の import を新 module パスへ更新
internal/repository/day_of_week_timetable_slot.go internal/database / internal/domain の import を新 module パスへ更新
internal/repository/course.go internal/database / internal/domain の import を新 module パスへ更新
internal/handler/subject.go generated の import を新 module パスへ更新
internal/handler/handler.go generated / internal/domain の import を新 module パスへ更新
internal/handler/converter.go generated / internal/domain の import を新 module パスへ更新
internal/database/subject_category.go internal/domain の import を新 module パスへ更新(併せて整形差分)
internal/database/subject.go internal/domain の import を新 module パスへ更新
internal/database/faculty.go internal/domain の import を新 module パスへ更新(併せて整形差分)
internal/database/day_of_week_timetable_slot.go internal/domain の import を新 module パスへ更新(併せて整形差分)
internal/database/course.go internal/domain の import を新 module パスへ更新(併せて整形差分)
go.mod module パスを新名称へ変更
cmd/server/main.go generated / internal/* の import を新 module パスへ更新
.serena/project.yml Serena 用のプロジェクト名を新名称へ更新

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Copy link

@hikaru-0602 hikaru-0602 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@masaya-osuga masaya-osuga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK

@kantacky kantacky merged commit 1e91df5 into main Mar 12, 2026
5 checks passed
@kantacky kantacky deleted the rename-package branch March 12, 2026 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants