Skip to content

Commit

Permalink
docs: Update regex101 example link.
Browse files Browse the repository at this point in the history
  • Loading branch information
gowizzard committed Dec 26, 2022
1 parent da0b404 commit f36f6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ If you want to read your local `.env` file, so you can use these variables in yo

With this function the data will be loaded from the file and set as local variables. After that you can read them with standard functions, or you can use the following functions.

[Here](https://regex101.com/r/SEDjKj/4) you can find the regex expression which is used to read the environment variables.
[Here](https://regex101.com/r/SEDjKj/5) you can find the regex expression which is used to read the environment variables.

```go
err := dotenv.Import(".env")
Expand Down

0 comments on commit f36f6fb

Please sign in to comment.