aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--go.mod2
-rw-r--r--hi.go1
2 files changed, 2 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 3c1ec54..36ae978 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,3 @@
-module github.com/rhogenson/hi
+module roseh.moe/cmd/hi
go 1.24.3
diff --git a/hi.go b/hi.go
index 2cb87d5..133cd1d 100644
--- a/hi.go
+++ b/hi.go
@@ -1,3 +1,4 @@
+// The hi command highlights lines from standard input according to a regex.
package main
import (