diff --git a/README.md b/README.md new file mode 100644 index 0000000..b433151 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# [config](https://github.com/golang-config/config): Eloquent configuration for Golang apps. + +## Features: diff --git a/go.mod b/go.mod index cd4f763..11e5492 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/golang-config/config +module github.com/gopher-lib/config go 1.16