This commit is contained in:
Clint Shryock 2015-02-11 14:49:50 -08:00
parent 5602348695
commit 4c7b732dad
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ type Schema struct {
//
// If Required is true above, then Default cannot be set. DefaultFunc
// can be set with Required. If the DefaultFunc returns nil, then there
// will no default and the user will be asked to fill it in.
// will be no default and the user will be asked to fill it in.
//
// If either of these is set, then the user won't be asked for input
// for this key if the default is not nil.