Skip to content

Commit 1e6cde4

Browse files
committed
Phase 10: Remove deprecated pkg/http and pkg/app packages
These packages were scaffolded early in the port but never used by any consumer. All HTTP needs are served by net/http directly (ADO/BBS clients), google/go-github (GitHub REST), and a thin GraphQL client. Wiring is explicit in each binary's main.go — no app container needed. Removed: - pkg/http/client.go, pkg/http/client_test.go - pkg/app/app.go, pkg/app/app_test.go Verified: build, all tests, lint — no regressions.
1 parent 4efeaaa commit 1e6cde4

4 files changed

Lines changed: 0 additions & 592 deletions

File tree

pkg/app/app.go

Lines changed: 0 additions & 78 deletions
This file was deleted.

pkg/app/app_test.go

Lines changed: 0 additions & 50 deletions
This file was deleted.

pkg/http/client.go

Lines changed: 0 additions & 250 deletions
This file was deleted.

0 commit comments

Comments
 (0)