From c7e2dea6f6148d0972c0b1f2795910c9a24ac27a Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 26 Oct 2024 13:24:52 -0300 Subject: Normalize structure following other projects --- tests/functional/read-snapshots/gkv.go | 12 ++++++++++++ tests/functional/read-snapshots/main.go | 1 + 2 files changed, 13 insertions(+) create mode 100644 tests/functional/read-snapshots/gkv.go create mode 120000 tests/functional/read-snapshots/main.go (limited to 'tests/functional/read-snapshots') 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 -- cgit v1.2.3