This commit is contained in:
Gennady Lipenkov
2020-07-09 01:42:52 +03:00
parent 919b54f4f4
commit 4cd1950cd0
+1 -1
View File
@@ -30,7 +30,7 @@ type Builder interface {
// configuration.
//
// Prepare should return a list of variables that will be made accessible to
// users during the provison methods, a list of warnings along with any
// users during the provision methods, a list of warnings along with any
// errors that occurred while preparing.
Prepare(...interface{}) ([]string, []string, error)