File: doc.go

package info (click to toggle)
golang-github-peterbourgon-ff 3.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 408 kB
  • sloc: sh: 9; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 421 bytes parent folder | download
1
2
3
4
5
6
7
8
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