diff options
| author | bt <bt@rctt.net> | 2026-05-16 17:46:36 +0200 |
|---|---|---|
| committer | bt <bt@rctt.net> | 2026-05-16 22:46:48 +0200 |
| commit | 3169d07cc6514280ad3e51d1c6c78802b06b9f57 (patch) | |
| tree | 4f8db6ffb0b580d0d92f447e71940fa3c160b376 /storage/storage_test.go | |
| parent | 83be96382f60235ce3051dda30d1358e389332a7 (diff) | |
| download | solec-3169d07cc6514280ad3e51d1c6c78802b06b9f57.tar.gz solec-3169d07cc6514280ad3e51d1c6c78802b06b9f57.zip | |
Save messages in a database
Diffstat (limited to 'storage/storage_test.go')
| -rw-r--r-- | storage/storage_test.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/storage/storage_test.go b/storage/storage_test.go new file mode 100644 index 0000000..7a72c1f --- /dev/null +++ b/storage/storage_test.go @@ -0,0 +1,7 @@ +package storage + +import "testing" + +func TestStorage(t *testing.T) { + +} |
