diff options
author | 无闻 <joe2010xtmf@163.com> | 2014-08-04 13:46:23 -0400 |
---|---|---|
committer | 无闻 <joe2010xtmf@163.com> | 2014-08-04 13:46:23 -0400 |
commit | 5f84e8f4fffa103438e3d1af9dfe3ad8f669e4e5 (patch) | |
tree | 74d2537b581ec04cb0313822e3561f79929979a5 /modules/social/social.go | |
parent | 755eec745fa324fdd13078f0147638f8731652ba (diff) | |
parent | 8023494a94d842963c157e5647b9c1b62b6ea0a8 (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.go | 1 |
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 } |