diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-28 18:06:12 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-28 18:17:31 +0900 |
| commit | 62002efd08158512f6015d47461d264a14961553 (patch) | |
| tree | 723cb027a3aac2eb8e61062826884505479370bf /cmd/hsu/hst.go | |
| parent | e33294db9c334530582215b2c5dd23c0730bc162 (diff) | |
cmd/hsu: document hsurc format and internals
This was previously only documented via an unexported function.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'cmd/hsu/hst.go')
| -rw-r--r-- | cmd/hsu/hst.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
