package settings import ( "testing" ) func TestConfigLoad(t *testing.T) { Initialize() t.Log("Say bye") }