package sso import ( "testing" ) func TestLoginUrl(t *testing.T) { t.Log(GetLoginUrl("stat.gaore.com.hk", "http://stat.gaore.com.hk/web/user/login")) } func TestClient_CodeAuth(t *testing.T) { }