fixed govet issue

This commit is contained in:
Brad Rydzewski 2015-01-13 23:32:25 -08:00
parent 27640db7a3
commit f209d126db

View file

@ -15,7 +15,7 @@ type Request struct {
// URL returns the link to the commit in
// string format.
func (r *Request) URL() string {
return fmt.Sprintf("%s/%s/%s/%s",
return fmt.Sprintf("%s/%s/%s/%s/%s/%s",
r.Host,
r.Repo.Host,
r.Repo.Owner,