File tree 1 file changed +15
-7
lines changed
1 file changed +15
-7
lines changed Original file line number Diff line number Diff line change 1
- ![ env] ( https://github.com/caarlos0/env/assets/245435/b21ba2ee-8347-49d8-87d6-efe6d3448672 )
2
- ---
3
- [ ![ Build Status] ( https://img.shields.io/github/actions/workflow/status/caarlos0/env/build.yml?branch=main&style=for-the-badge )] ( https://github.com/caarlos0/env/actions?workflow=build )
4
- [ ![ Coverage Status] ( https://img.shields.io/codecov/c/gh/caarlos0/env.svg?logo=codecov&style=for-the-badge )] ( https://codecov.io/gh/caarlos0/env )
5
- [ ![ ] ( http://img.shields.io/badge/godoc-reference-5272B4.svg?style=for-the-badge )] ( https://pkg.go.dev/github.com/caarlos0/env/v11 )
1
+ <p align =" center " >
2
+ <img alt =" GoReleaser Logo " src =" https://becker.software/env.png " height =" 140 " />
3
+ <p align =" center " >A simple, zero-dependencies library to parse environment variables into structs.</p >
4
+ </p >
6
5
7
- A simple and zero-dependencies library to parse environment variables into
8
- ` struct ` s.
6
+ ---
9
7
10
8
## Used and supported by
11
9
@@ -637,6 +635,16 @@ func main() {
637
635
> If you want to check if an specific error is in the chain, you can also use
638
636
> ` errors.Is() ` .
639
637
638
+ ## Badges
639
+
640
+ [ ![ Release] ( https://img.shields.io/github/release/caarlos0/env.svg?style=for-the-badge )] ( https://github.com/goreleaser/goreleaser/releases/latest )
641
+ [ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=for-the-badge )] ( /LICENSE.md )
642
+ [ ![ Build status] ( https://img.shields.io/github/actions/workflow/status/caarlos0/env/build.yml?style=for-the-badge&branch=main )] ( https://github.com/caarlos0/env/actions?workflow=build )
643
+ [ ![ Codecov branch] ( https://img.shields.io/codecov/c/github/caarlos0/env/main.svg?style=for-the-badge )] ( https://codecov.io/gh/caarlos0/env )
644
+ [ ![ Go Doc] ( https://img.shields.io/badge/godoc-reference-blue.svg?style=for-the-badge )] ( http://godoc.org/github.com/caarlos0/env/v11 )
645
+ [ ![ Powered By: GoReleaser] ( https://img.shields.io/badge/powered%20by-goreleaser-green.svg?style=for-the-badge )] ( https://github.com/goreleaser )
646
+ [ ![ Conventional Commits] ( https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?style=for-the-badge )] ( https://conventionalcommits.org )
647
+
640
648
## Related projects
641
649
642
650
- [ envdoc] ( https://github.com/g4s8/envdoc ) - generate documentation for environment variables from ` env ` tags
You can’t perform that action at this time.
0 commit comments