need logger to not crash
This commit is contained in:
parent
be5b1ae987
commit
a452ef3188
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue