change package main to hrender for imports
This commit is contained in:
parent
a8a93ab5ae
commit
5eb5dc8eaf
@ -1,4 +1,4 @@
|
|||||||
package main
|
package hrender
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
package main
|
package hrender
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
@ -226,4 +226,3 @@ func Test_Cache(t *testing.T) {
|
|||||||
t.Error("did not expect 'template compiled and cached' message on second render")
|
t.Error("did not expect 'template compiled and cached' message on second render")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user