mirror of
https://github.com/gravitl/netmaker.git
synced 2024-11-11 10:10:46 +08:00
9 lines
111 B
Go
9 lines
111 B
Go
|
package config
|
||
|
|
||
|
import "testing"
|
||
|
|
||
|
func TestReadConfig(t *testing.T) {
|
||
|
config := readConfig()
|
||
|
t.Log(config)
|
||
|
}
|