change package main to hrender for imports
This commit is contained in:
+1
-2
@@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user