fixed govet issue
This commit is contained in:
parent
27640db7a3
commit
f209d126db
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ type Request struct {
|
||||||
// URL returns the link to the commit in
|
// URL returns the link to the commit in
|
||||||
// string format.
|
// string format.
|
||||||
func (r *Request) URL() string {
|
func (r *Request) URL() string {
|
||||||
return fmt.Sprintf("%s/%s/%s/%s",
|
return fmt.Sprintf("%s/%s/%s/%s/%s/%s",
|
||||||
r.Host,
|
r.Host,
|
||||||
r.Repo.Host,
|
r.Repo.Host,
|
||||||
r.Repo.Owner,
|
r.Repo.Owner,
|
||||||
|
|
Loading…
Reference in a new issue