File tree 1 file changed +13
-11
lines changed
1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change 7
7
A simple and zero-dependencies library to parse environment variables into
8
8
` struct ` s.
9
9
10
+ ## Used and supported by
11
+
12
+ <p >
13
+ <a href =" https://encore.dev " >
14
+ <img src="https://user-images.githubusercontent.com/78424526/214602214-52e0483a-b5fc-4d4c-b03e-0b7b23e012df.svg" width="120px" alt="encore icon"></img>
15
+ </a >
16
+ <br />
17
+ <br />
18
+ <b >Encore – the platform for building Go-based cloud backends.</b >
19
+ <br />
20
+ </p >
21
+
10
22
## Example
11
23
12
24
Get the module with:
@@ -605,19 +617,9 @@ func main() {
605
617
> If you want to check if an specific error is in the chain, you can also use
606
618
> ` errors.Is() ` .
607
619
608
- ## Used and supported by
609
-
610
- <a href =" https://encore.dev " >
611
- <img src =" https://user-images.githubusercontent.com/78424526/214602214-52e0483a-b5fc-4d4c-b03e-0b7b23e012df.svg " width =" 160px " alt =" encore icon " ></img >
612
- </a >
613
- <br />
614
- <br />
615
- <b >Encore – the platform for building Go-based cloud backends.</b >
616
- <br />
617
-
618
620
## Related projects
619
621
620
- - [ envdoc] ( https://github.com/g4s8/envdoc ) - generate documentation for environment variables from ` env ` tags
622
+ - [ envdoc] ( https://github.com/g4s8/envdoc ) - generate documentation for environment variables from ` env ` tags
621
623
622
624
## Stargazers over time
623
625
You can’t perform that action at this time.
0 commit comments