Skip to content
This repository has been archived by the owner on Mar 12, 2022. It is now read-only.

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
unknwon committed Aug 7, 2013
1 parent 29bb835 commit 0d13454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func getGithubDoc(client *http.Client, match map[string]string, tag, savedEtag s

err = httpGetJSON(client, expand("https://api.github.com/repos/{owner}/{repo}/git/trees/{tag}?recursive=1&{cred}", match), &tree)
if err != nil {
return nil, errors.New("doc.getGithubDoc(" + match["importPath"] + ") -> get tress: " + err.Error())
return nil, errors.New("doc.getGithubDoc(" + match["importPath"] + ") -> get trees: " + err.Error())
}

// Because Github API URLs are case-insensitive, we need to check that the
Expand Down

0 comments on commit 0d13454

Please sign in to comment.