summaryrefslogtreecommitdiff
path: root/tests/main.go
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-10-27 09:06:04 -0300
committerEuAndreh <eu@euandre.org>2024-10-27 09:06:04 -0300
commit962f811e46efc95c6050a6a49b47709603abaeb7 (patch)
tree340f9a1ed0b417a80dd89fc74a11170169a203de /tests/main.go
parentsrc/gracha.go: New() - manage *sql.DB handle internally (diff)
downloadcracha-962f811e46efc95c6050a6a49b47709603abaeb7.tar.gz
cracha-962f811e46efc95c6050a6a49b47709603abaeb7.tar.xz
Rename gracha -> cracha
Diffstat (limited to 'tests/main.go')
-rw-r--r--tests/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/main.go b/tests/main.go
index e22c061..4982a6d 100644
--- a/tests/main.go
+++ b/tests/main.go
@@ -1,7 +1,7 @@
package main
-import "gracha"
+import "cracha"
func main() {
- gracha.MainTest()
+ cracha.MainTest()
}