aboutsummaryrefslogtreecommitdiff
path: root/modules/social/social.go
diff options
context:
space:
mode:
author无闻 <joe2010xtmf@163.com>2014-08-04 13:46:23 -0400
committer无闻 <joe2010xtmf@163.com>2014-08-04 13:46:23 -0400
commit5f84e8f4fffa103438e3d1af9dfe3ad8f669e4e5 (patch)
tree74d2537b581ec04cb0313822e3561f79929979a5 /modules/social/social.go
parent755eec745fa324fdd13078f0147638f8731652ba (diff)
parent8023494a94d842963c157e5647b9c1b62b6ea0a8 (diff)
Merge pull request #346 from nuss-justin/vet
Fix invalid struct tags and remove unreachable code.
Diffstat (limited to 'modules/social/social.go')
-rw-r--r--modules/social/social.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/social/social.go b/modules/social/social.go
index 326a463f..f4d85988 100644
--- a/modules/social/social.go
+++ b/modules/social/social.go
@@ -391,5 +391,4 @@ func (s *SocialWeibo) UserInfo(token *oauth.Token, _ *url.URL) (*BasicUserInfo,
Identity: token.Extra["id_token"],
Name: data.Name,
}, nil
- return nil, nil
}