1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-09-04 10:06:24 -07:00

Fix templatetests_test package name

This commit is contained in:
Eggbertx 2024-04-16 12:38:08 -07:00
parent fdf892bec2
commit ccd56dbf72
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
package gctemplates_test
package templatetests_test
import (
"bytes"

View file

@ -1,4 +1,4 @@
package gctemplates_test
package templatetests_test
import (
"testing"