diff options
author | EuAndreh <eu@euandre.org> | 2024-10-26 13:24:52 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-10-26 13:24:52 -0300 |
commit | c7e2dea6f6148d0972c0b1f2795910c9a24ac27a (patch) | |
tree | 9dbcd8906cb8421b08cf3d91ead7e43b30077231 /tests/main.go | |
parent | Move code to src/ and tests/ (diff) | |
download | dedo-c7e2dea6f6148d0972c0b1f2795910c9a24ac27a.tar.gz dedo-c7e2dea6f6148d0972c0b1f2795910c9a24ac27a.tar.xz |
Normalize structure following other projects
Diffstat (limited to 'tests/main.go')
-rw-r--r-- | tests/main.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/main.go b/tests/main.go new file mode 100644 index 0000000..26555fe --- /dev/null +++ b/tests/main.go @@ -0,0 +1,7 @@ +package main + +import "gkv" + +func main() { + gkv.MainTest() +} |