mirror of
https://github.com/gravitl/netmaker.git
synced 2024-11-14 05:40:50 +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)
|
|
}
|