aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-10-08 17:40:39 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-10-08 17:40:39 -0700
commit9857b0d6b95036434913dec52635572a9453dc1b (patch)
treed99fb9796235678c661d4c38418492370c34f8b3
parentde900ec2cdc00e0b4a0602fc6f1a88fd7fc2c5fd (diff)
downloadhi-9857b0d6b95036434913dec52635572a9453dc1b.tar.zst
Update import pathHEADmain
-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 (