change package main to hrender for imports

This commit is contained in:
Pedro Pérez 2025-12-04 14:48:24 +01:00
parent a8a93ab5ae
commit 5eb5dc8eaf
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
package main
package hrender
import (
"bytes"

View File

@ -1,4 +1,4 @@
package main
package hrender
import (
"bytes"
@ -226,4 +226,3 @@ func Test_Cache(t *testing.T) {
t.Error("did not expect 'template compiled and cached' message on second render")
}
}