From 6de18efb9906293f86a4c5cd0b474807b32d8b1e Mon Sep 17 00:00:00 2001 From: Yevgeniy Brikman Date: Tue, 31 Jan 2017 23:52:29 +0000 Subject: [PATCH] Add comments on TerraformSource struct --- cli/download_source.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/download_source.go b/cli/download_source.go index 035893e6c..a9de53e5a 100644 --- a/cli/download_source.go +++ b/cli/download_source.go @@ -14,6 +14,7 @@ import ( "fmt" ) +// This struct represents information about Terraform source code that needs to be downloaded type TerraformSource struct { // A canonical version of RawSource, in URL format CanonicalSourceURL *url.URL