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/functional/read-snapshots | |
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/functional/read-snapshots')
-rw-r--r-- | tests/functional/read-snapshots/gkv.go | 12 | ||||
l--------- | tests/functional/read-snapshots/main.go | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/tests/functional/read-snapshots/gkv.go b/tests/functional/read-snapshots/gkv.go new file mode 100644 index 0000000..c5c6aa4 --- /dev/null +++ b/tests/functional/read-snapshots/gkv.go @@ -0,0 +1,12 @@ +package gkv + +import ( + g "gobang" +) + + + +func MainTest() { + g.Testing("a read snapshot won't change, despite write update", func() { + }) +} diff --git a/tests/functional/read-snapshots/main.go b/tests/functional/read-snapshots/main.go new file mode 120000 index 0000000..f67563d --- /dev/null +++ b/tests/functional/read-snapshots/main.go @@ -0,0 +1 @@ +../../main.go
\ No newline at end of file |