Skip to content

Commit

Permalink
subsection defaults: doc
Browse files Browse the repository at this point in the history
  • Loading branch information
speter committed Aug 14, 2016
1 parent 846b249 commit f6a77e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
// When using a map, and there is a section with the same section name but
// without a subsection name, its values are stored with the empty string used
// as the key.
// It is possible to provide default values for subsections in the section
// "default-<sectionname>" (or by setting values in the corresponding struct
// field "Default_<sectionname>").
//
// The functions in this package panic if config is not a pointer to a struct,
// or when a field is not of a suitable type (either a struct or a map with
Expand Down

0 comments on commit f6a77e2

Please sign in to comment.