all repos — honk @ 87d49d1d3d7a6b9564aa77230ff25d9a57af7291

my fork of honk

need logger to not crash
Ted Unangst tedu@tedunangst.com
Sun, 03 Jul 2022 16:07:23 -0400
commit

87d49d1d3d7a6b9564aa77230ff25d9a57af7291

parent

64069c6c12b8c0d5c84cc5404544627b51377ea0

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M hoot_test.gohoot_test.go

@@ -2,11 +2,13 @@ package main

import ( "fmt" + "log" "os" "testing" ) func TestHooterize(t *testing.T) { + dlog = log.Default() fd, err := os.Open("lasthoot.html") if err != nil { return