Skip to content

Commit ba95eba

Browse files
authored
Merge pull request #77 from peak6/envflag-patch-1
Add alternative flag processing option.
2 parents 68ea50a + 9c7e87e commit ba95eba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,5 @@ When you normally start your server with [flags](https://godoc.org/flag)
6060
if you want to override any of them when running `gin` we suggest you
6161
instead use [github.com/namsral/flag](https://github.com/namsral/flag)
6262
as explained in [this post](http://stackoverflow.com/questions/24873883/organizing-environment-variables-golang/28160665#28160665)
63+
64+
If you want to still use the standard flag package but support environment variables, you might want to try [github.com/peak6/envflag](https://github.com/peak6/envflag).

0 commit comments

Comments
 (0)