otfe/misc/config/config_test.go

8 lines
111 B
Go
Raw Normal View History

2022-03-12 18:06:39 +00:00
// package config
2022-02-23 12:07:09 +00:00
2022-03-12 18:06:39 +00:00
// import "testing"
2022-02-23 12:07:09 +00:00
2022-03-12 18:06:39 +00:00
// func TestGetConfigFile(t *testing.T) {
// t.Log(Get())
// }