Merge pull request #1227 from hkjn/patch-4

Add comment to shared.build.repo.Repo type
This commit is contained in:
Brad Rydzewski 2015-10-22 17:49:27 -07:00
commit 6890927415

View file

@ -5,6 +5,12 @@ import (
"strings" "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 { type Repo struct {
// The name of the Repository. This should be the // The name of the Repository. This should be the
// canonical name, for example, github.com/drone/drone. // canonical name, for example, github.com/drone/drone.