gout

A static git page generator
git clone https://git.bracken.jp/gout.git
Log | Files | Refs | README | LICENSE

commit 428dea65818f79974043f757930879bddfcadca3
parent 1a258ff55b11f1d845b62ae5d329d346e38aef56
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed, 11 Feb 2026 21:36:50 +0900

Update binary size to 46 kB in README

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -69,7 +69,7 @@ gopher support into the same tool, and eventually add gemini support. Things got a bit out of hand and I'm embarrassed to say the code now reads a bit more like Enterprise Stagit. -In my defence, the final compiled binary size is still small; under 60 kB on +In my defence, the final compiled binary size is still small; under 46 kB on FreeBSD. It would be worthwhile trying to simplify the code a bit, now that things are separated out and the formatters are now effectively pluggable.