File tree Expand file tree Collapse file tree 3 files changed +28
-0
lines changed
Expand file tree Collapse file tree 3 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ func getAlgorithms() *algorithms {
5151
5252 // 如果,没有登录的话,也能获取数据,但是用户名,就不是本人
5353 if res .User != getConfig ().Username {
54+ log .Printf ("res.User = %s\n " , res .User )
5455 log .Fatal ("没有获取到本人的数据" )
5556 }
5657
Original file line number Diff line number Diff line change 1+ module github.com/aQuaYi/LeetCode-in-Go
2+
3+ go 1.13
4+
5+ require (
6+ github.com/BurntSushi/toml v0.3.1
7+ github.com/aQuaYi/GoKit v0.0.0-20170805152833-88827a405d9b
8+ github.com/bitly/go-simplejson v0.5.0 // indirect
9+ github.com/mozillazg/request v0.8.0
10+ golang.org/x/net v0.0.0-20191124235446-72fef5d5e266 // indirect
11+ gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
12+ )
Original file line number Diff line number Diff line change 1+ github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ =
2+ github.com/BurntSushi/toml v0.3.1 /go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU =
3+ github.com/aQuaYi/GoKit v0.0.0-20170805152833-88827a405d9b h1:ETIKydTbnzwNUsIGDBiFl2EURPhMH3NnFHIDsnXc+o4 =
4+ github.com/aQuaYi/GoKit v0.0.0-20170805152833-88827a405d9b /go.mod h1:5MlpsreROJsVmgQHgk2nse+wA7lKTZWgu21Oat1JWcg =
5+ github.com/bitly/go-simplejson v0.5.0 h1:6IH+V8/tVMab511d5bn4M7EwGXZf9Hj6i2xSwkNEM+Y =
6+ github.com/bitly/go-simplejson v0.5.0 /go.mod h1:cXHtHw4XUPsvGaxgjIAn8PhEWG9NfngEKAMDJEczWVA =
7+ github.com/mozillazg/request v0.8.0 h1:TbXeQUdBWr1J1df5Z+lQczDFzX9JD71kTCl7Zu/9rNM =
8+ github.com/mozillazg/request v0.8.0 /go.mod h1:weoQ/mVFNbWgRBtivCGF1tUT9lwneFesues+CleXMWc =
9+ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
10+ golang.org/x/net v0.0.0-20191124235446-72fef5d5e266 h1:QuOiA7GCO0OSDzlNlFyOWOywDsjuzW8M2yvBfCqw+cY =
11+ golang.org/x/net v0.0.0-20191124235446-72fef5d5e266 /go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s =
12+ golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
13+ golang.org/x/text v0.3.0 /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
14+ gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df h1:n7WqCuqOuCbNr617RXOY0AWRXxgwEyPp2z+p0+hgMuE =
15+ gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df /go.mod h1:LRQQ+SO6ZHR7tOkpBDuZnXENFzX8qRjMDMyPD6BRkCw =
You can’t perform that action at this time.
0 commit comments