mirror of
https://github.com/Luzifer/rconfig.git
synced 2024-11-09 08:20:06 +00:00
parent
be3e157291
commit
d194dded1e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
// Package rconfig implements a CLI configuration reader with struct-embedded
|
||||
// defaults, environment variables and posix compatible flag parsing using
|
||||
// the pflag library.
|
||||
package rconfig //import "github.com/Luzifer/rconfig"
|
||||
package rconfig
|
||||
|
||||
import (
|
||||
"errors"
|
||||
|
|
Loading…
Reference in a new issue