Whitespace-only alignment from gofmt; removes a stray BOM in web.go. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -19,6 +19,10 @@ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); version
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
- ci: gofmt on eight files that failed the formatting workflow check (panel
|
||||||
|
config, DNS check, domain transfer export, rate-limit tests, auth principal,
|
||||||
|
domain and delivery handlers, web package doc comment).
|
||||||
|
|
||||||
- docs: full-tree review plan ([docs/plans/code-review.md](docs/plans/code-review.md))
|
- docs: full-tree review plan ([docs/plans/code-review.md](docs/plans/code-review.md))
|
||||||
— architecture, quality, GUI, tests, licence; P0 is domain-admin send-log
|
— architecture, quality, GUI, tests, licence; P0 is domain-admin send-log
|
||||||
authorization. Roadmap queues that plan ahead of inbound-relay and records
|
authorization. Roadmap queues that plan ahead of inbound-relay and records
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
// Package web implements the SelfPost control panel's HTTP surface: the
|
// Package web implements the SelfPost control panel's HTTP surface: the
|
||||||
// one-time administrator setup flow (security.md), login/session handling
|
// one-time administrator setup flow (security.md), login/session handling
|
||||||
// (security.md) and the authenticated shell the later phases build on.
|
// (security.md) and the authenticated shell the later phases build on.
|
||||||
package web
|
package web
|
||||||
|
|||||||
Reference in New Issue
Block a user