1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00
This commit is contained in:
Carlos Alexandro Becker 2017-03-22 21:27:04 -03:00
parent 4fdfd47bd6
commit 6b64551359
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -12,7 +12,7 @@ type Repo struct {
Name string
}
// String of ther repo, e.g. owner/name
// String of the repo, e.g. owner/name
func (r Repo) String() string {
return r.Owner + "/" + r.Name
}