Skip to content

Commit

Permalink
Merge branch 'master' of github.com:golobby/dotenv
Browse files Browse the repository at this point in the history
  • Loading branch information
miladrahimi committed Oct 5, 2021
2 parents 0b1b244 + b1f4c29 commit ae84dd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
[![CI](https://github.com/golobby/dotenv/actions/workflows/ci.yml/badge.svg)](https://github.com/golobby/dotenv/actions/workflows/ci.yml)
[![CodeQL](https://github.com/golobby/dotenv/workflows/CodeQL/badge.svg)](https://github.com/golobby/dotenv/actions?query=workflow%3ACodeQL)
[![Go Report Card](https://goreportcard.com/badge/github.com/golobby/dotenv)](https://goreportcard.com/report/github.com/golobby/dotenv)
[![Coverage Status](https://coveralls.io/repos/github/golobby/dotenv/badge.svg)](https://coveralls.io/github/golobby/dotenv)
[![Coverage Status](https://coveralls.io/repos/github/golobby/dotenv/badge.svg?v=1)](https://coveralls.io/github/golobby/dotenv)

# DotEnv
GoLobby DotEnv is a lightweight package for loading OS environment variables into structs for Go projects.
GoLobby DotEnv is a lightweight package for loading dot env (.env) files into structs for Go projects

## Documentation
### Supported Versions
Expand Down Expand Up @@ -71,7 +71,7 @@ https://github.com/golobby/cast#supported-types

## See Also
* [GoLobby/Config](https://github.com/golobby/config):
A lightweight yet powerful config package for Go projects
A lightweight yet powerful configuration management for Go projects
* [GoLobby/Env](https://github.com/golobby/env):
A lightweight package for loading OS environment variables into structs for Go projects

Expand Down

0 comments on commit ae84dd9

Please sign in to comment.