sanshan
2017-08-13 14:14:15 +08:00
committed by 无闻
parent 60c9a256d4
commit 30fe7a7003

View File

@@ -18,7 +18,7 @@ type User struct {
func main() { func main() {
/* perform an HTTP request for the twitter status of user: Googland */ /* 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 */ /* initialize the structure of the JSON response */
user := User{Status{""}} user := User{Status{""}}
/* unmarshal the JSON into our structures */ /* unmarshal the JSON into our structures */