mirror of
https://github.com/status-im/fathom.git
synced 2025-03-01 03:20:27 +00:00
14 lines
121 B
Go
14 lines
121 B
Go
package options
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestGet(t *testing.T) {
|
|
// TODO
|
|
}
|
|
|
|
func TestSet(t *testing.T) {
|
|
// TODO
|
|
}
|