From 9857b0d6b95036434913dec52635572a9453dc1b Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Wed, 8 Oct 2025 17:40:39 -0700 Subject: Update import path --- go.mod | 2 +- hi.go | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 ( -- cgit v1.3.1