Add comment to shared.build.repo.Repo type

This commit is contained in:
Henrik Jonsson 2015-10-08 10:11:01 +02:00
parent db85b952eb
commit dcd2f01872

View file

@ -5,6 +5,12 @@ import (
"strings"
)
// Repo specifies the repository details for the code that
// that we are testing.
//
// The source repository may be a local repository
// on the current filesystem, or a remote repository
// on GitHub, Bitbucket, etc.
type Repo struct {
// The name of the Repository. This should be the
// canonical name, for example, github.com/drone/drone.