fathom/options/options_test.go

14 lines
121 B
Go

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