1
0
Fork 0
mirror of https://github.com/Luzifer/rconfig.git synced 2024-11-09 08:20:06 +00:00

Do not enforce canonical import path

fixes #2
This commit is contained in:
Knut Ahlers 2015-09-19 14:21:13 +02:00
parent be3e157291
commit d194dded1e

View file

@ -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"