chore: add pkg names

This commit is contained in:
Jon Lundy
2022-10-13 15:32:25 -06:00
parent e7df4cc479
commit 33bba9d8f7
13 changed files with 239 additions and 18 deletions

View File

@@ -1,3 +1,4 @@
// package memstore provides a driver that reads and writes events to memory.
package memstore
import (