gofmt: fix import ordering in client_test.go · Entire

gofmt: fix import ordering in client_test.go

5da218a→main·

pjbgf·4d ago·1 file·+1 added/-1 removed

Sort the plumbing/protocol import ahead of protocol/packp.

Assisted-by: Claude Opus 4.8 noreply@anthropic.com Signed-off-by: Paulo Gomes paulo@entire.io

Sessions

01KXDM08H2V0SZREV3NDG2R38MView transcript

[?
Fix go-git Compilation and Import OrderingClaude Code·Opus 4.8[1m]·3 steps](/content/gh/entireio/git-sync/session/0708a5fa-06bd-4274-b1fe-513c7202217e#timeline-01KXDM08H2V0SZREV3NDG2R38M/index.html)

Changes

1

11 unmodified lines

12
13
14
15
15
16
17
18
19

11 unmodified lines

git "github.com/go-git/go-git/v6"
    "github.com/go-git/go-git/v6/plumbing"
    "github.com/go-git/go-git/v6/plumbing/protocol/packp"
    "github.com/go-git/go-git/v6/plumbing/protocol"
    "github.com/go-git/go-git/v6/plumbing/protocol/packp"
    "github.com/go-git/go-git/v6/plumbing/transport"

"entire.io/entire/git-sync/internal/syncertest"

Mclient_test.go+1/-1