aboutsummaryrefslogtreecommitdiff
path: root/internal/internal.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/internal.go')
-rw-r--r--internal/internal.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/internal/internal.go b/internal/internal.go
index 53b08f4..fb236d8 100644
--- a/internal/internal.go
+++ b/internal/internal.go
@@ -1,3 +1,4 @@
+// Package internal centralizes a lot of other boring configuration and startup logic into a common place.
package internal
import (
@@ -6,12 +7,12 @@ import (
"fmt"
"os"
- "within.website/x/internal/flagenv"
- "within.website/x/internal/manpage"
"go4.org/legal"
"within.website/confyg/flagconfyg"
"within.website/ln"
"within.website/ln/opname"
+ "within.website/x/internal/flagenv"
+ "within.website/x/internal/manpage"
// Debug routes
_ "net/http/pprof"