Skip to content

refactor: move gig package to internal/gig#32

Merged
toshi0607 merged 1 commit into
mainfrom
refactor/move-to-internal-package
Mar 15, 2026
Merged

refactor: move gig package to internal/gig#32
toshi0607 merged 1 commit into
mainfrom
refactor/move-to-internal-package

Conversation

@toshi0607
Copy link
Copy Markdown
Owner

Summary

  • gig/ ディレクトリを internal/gig/ へ移動
  • Go の internal パッケージ規約に従い、外部からのインポートを禁止
  • main.go の import パスを github.com/toshi0607/gig/giggithub.com/toshi0607/gig/internal/gig に更新

Test plan

  • go build ./... 成功
  • go test ./... 成功

🤖 Generated with Claude Code

Enforce Go's internal package convention to prevent external importers.
Update main.go import path accordingly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown

Code Metrics Report

Coverage Test Execution Time
67.9% 3s

Code coverage of files in pull request scope (67.9%)

Files Coverage
internal/gig/config.go 90.0%
internal/gig/gig.go 57.1%
internal/gig/list.go 86.6%
main.go 0.0%

Reported by octocov

@toshi0607 toshi0607 merged commit efa3dc2 into main Mar 15, 2026
1 check passed
@toshi0607 toshi0607 deleted the refactor/move-to-internal-package branch March 15, 2026 04:09
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.

1 participant