From dcd2f01872f7b8b9a562a7969b0af4938f341196 Mon Sep 17 00:00:00 2001 From: Henrik Jonsson Date: Thu, 8 Oct 2015 10:11:01 +0200 Subject: [PATCH] Add comment to shared.build.repo.Repo type --- shared/build/repo/repo.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/shared/build/repo/repo.go b/shared/build/repo/repo.go index 01daa073c..65a14908a 100644 --- a/shared/build/repo/repo.go +++ b/shared/build/repo/repo.go @@ -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.