From 62002efd08158512f6015d47461d264a14961553 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 28 Mar 2026 18:06:12 +0900 Subject: cmd/hsu: document hsurc format and internals This was previously only documented via an unexported function. Signed-off-by: Ophestra --- cmd/hsu/hst.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/hsu/hst.go') diff --git a/cmd/hsu/hst.go b/cmd/hsu/hst.go index d7ffb89a..ed0e5575 100644 --- a/cmd/hsu/hst.go +++ b/cmd/hsu/hst.go @@ -1,6 +1,6 @@ package main -/* copied from hst and must never be changed */ +/* keep in sync with hst */ const ( userOffset = 100000 -- cgit v1.3.1