diff options
| -rw-r--r-- | go.mod | 2 | ||||
| -rw-r--r-- | hi.go | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,3 @@ -module github.com/rhogenson/hi +module roseh.moe/cmd/hi go 1.24.3 @@ -1,3 +1,4 @@ +// The hi command highlights lines from standard input according to a regex. package main import ( |
