Skip to content

Commit

Permalink
reorder readme
Browse files Browse the repository at this point in the history
  • Loading branch information
syntaqx committed Jun 12, 2024
1 parent 3ff5cbc commit f8d72b3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
[![Go Reference](https://pkg.go.dev/badge/github.com/syntaqx/env.svg)](https://pkg.go.dev/github.com/syntaqx/env)
[![codecov](https://codecov.io/gh/syntaqx/env/graph/badge.svg?token=m4bBKy3UG3)](https://codecov.io/gh/syntaqx/env)

`env` is a utility package to aid when using environment variables.
`env` is an environment variable utility package.

> [!NOTE]
> This project is a work in progress as I build out functionality I require in
> other projects I intend to use this package to support them.
### Usage

Expand All @@ -22,10 +26,6 @@ func main() {

### Roadmap

> [!NOTE]
> This project is going to be updated on an as needed basis for my other
> projects, but these are things I expect I'll need in the future.
- [ ] Add type casting for environment variables
- [ ] Add support for loading .env files
- [ ] Add support for struct tags
- [ ] `.env` loading
- [ ] Load environment variables into structs with tags
- [ ] Type casting of environment variable values

0 comments on commit f8d72b3

Please sign in to comment.