diff options
author | EuAndreh <eu@euandre.org> | 2024-10-30 06:14:06 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-10-30 06:14:06 -0300 |
commit | 9f1cc9ee4163942088687a8c4b7303771f617f9c (patch) | |
tree | 5a83048c599a723ff7f6aa95f06f2d641782f4bd /tests/main.go | |
parent | .gitignore: Include pattern for cgo (diff) | |
download | dedo-9f1cc9ee4163942088687a8c4b7303771f617f9c.tar.gz dedo-9f1cc9ee4163942088687a8c4b7303771f617f9c.tar.xz |
Rename "gkv" -> "dedo"
Diffstat (limited to '')
-rw-r--r-- | tests/main.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/main.go b/tests/main.go index 26555fe..3afedda 100644 --- a/tests/main.go +++ b/tests/main.go @@ -1,7 +1,7 @@ package main -import "gkv" +import "dedo" func main() { - gkv.MainTest() + dedo.MainTest() } |