Skip to content

refactor(server): internalize http server helper#208

Merged
upsetbit merged 1 commit into
masterfrom
codex/issue-85-internal-httpserver
Jun 6, 2026
Merged

refactor(server): internalize http server helper#208
upsetbit merged 1 commit into
masterfrom
codex/issue-85-internal-httpserver

Conversation

@upsetbit
Copy link
Copy Markdown
Contributor

@upsetbit upsetbit commented Jun 6, 2026

Closes #85.

Summary

  • move the HTTP server runner from pkg/httpserver to internal/httpserver
  • update panel and server imports to use the internal package

Local validation

  • go test ./internal/httpserver ./internal/server ./internal/panel
  • devbox run -- just lint
  • devbox run -- just test-race

View with Codesmith Autofix with Codesmith
Need help on this PR? Tag /codesmith with what you need. Autofix is disabled.

@upsetbit upsetbit merged commit 75c9cca into master Jun 6, 2026
5 checks passed
@upsetbit upsetbit deleted the codex/issue-85-internal-httpserver branch June 6, 2026 07:05
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.

Move pkg/httpserver into internal/ or inline its call sites

1 participant