mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 11:39:17 +00:00
9 lines
67 B
Go
9 lines
67 B
Go
package store
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func Test(t *testing.T) {
|
|
}
|