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