diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-10-08 17:40:39 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-10-08 17:40:39 -0700 |
| commit | 9857b0d6b95036434913dec52635572a9453dc1b (patch) | |
| tree | d99fb9796235678c661d4c38418492370c34f8b3 | |
| parent | de900ec2cdc00e0b4a0602fc6f1a88fd7fc2c5fd (diff) | |
| download | hi-9857b0d6b95036434913dec52635572a9453dc1b.tar.zst | |
| -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 ( |
