Skip to content

Commit

Permalink
docs(mura): readme overview section (#49)
Browse files Browse the repository at this point in the history
See the issue for details
- Documentations #15
  • Loading branch information
rasatmaja authored Aug 17, 2021
1 parent a096bf1 commit fd3b3c3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://assets.rasatmaja.com/mura/hero.webp" width=300>
<img src="https://assets.rasatmaja.com/mura/gopher.webp" width=200>
</p>

<p align="center">
Expand All @@ -10,4 +10,10 @@
</p>

# 🐍 Mura
A simple environtment variable reader for Go.
An environment variable reader for Go that bind env value into struct variable, with zero external dependency. The main idea of ​​making this project is the use of `os` and `reflect` packages from Go.

## Overview
This package will provide following features:
- Read system environtment variable bassed on `env` struct tag
- Bind env value into struct
- Fill struct with default value if env not present

0 comments on commit fd3b3c3

Please sign in to comment.