fathom/datastore/options_test.go

14 lines
123 B
Go

package datastore
import (
"testing"
)
func TestGet(t *testing.T) {
// TODO
}
func TestSet(t *testing.T) {
// TODO
}