Explorar o código

http://twitter.com/users/Googland.json页面不存在了 (#393)

http://twitter.com/users/Googland.json页面不存在了
sanshan %!s(int64=8) %!d(string=hai) anos
pai
achega
30fe7a7003
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      eBook/exercises/chapter_15/twitter_status_json.go

+ 1 - 1
eBook/exercises/chapter_15/twitter_status_json.go

@@ -18,7 +18,7 @@ type User struct {
 
 func main() {
 	/* perform an HTTP request for the twitter status of user: Googland */
-	res, _ := http.Get("http://twitter.com/users/Googland.json")
+	res, _ := http.Get("http://twitter.com/users/Googland.json")/*http://twitter.com/users/Googland.json页面不存在了*/
 	/* initialize the structure of the JSON response */
 	user := User{Status{""}}
 	/* unmarshal the JSON into our structures */