Skip to content

Commit

Permalink
Update doc.go files
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbourgon committed Feb 19, 2020
1 parent 74675d9 commit 2ad6c54
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// Package ff is a flags-first helper package for configuring programs.
//
// Runtime configuration must always be specified as commandline flags, so that
// the configuration surface area of a program is self-describing. Package ff
// provides an easy way to populate those flags from environment variables and
// config files.
//
// See the README at https://github.com/peterbourgon/ff for more information.
package ff
3 changes: 3 additions & 0 deletions ffcli/doc.go
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
// Package ffcli is for building declarative commandline applications.
//
// See the README at https://github.com/peterbourgon/ff/tree/master/ffcli
// for more information.
package ffcli

0 comments on commit 2ad6c54

Please sign in to comment.