Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
リポジトリ名変更(subject-api → academic-api)に伴い、Go module / import path を新しいモジュール名へ統一するPRです。コード内の参照元を新モジュールパスへ更新し、ビルド時に旧パスが残らない状態に揃えています。
Changes:
go.modの module パスをgithub.com/fun-dotto/academic-apiに変更internal/*,cmd/serverなどの import path を新 module パスへ一括置換.serena/project.ymlのproject_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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.