Skip to content

Commit 9c7e87e

Browse files
committed
Add alternative flag processing option.
For folks who want or need to still use the Go built in package, suggest an alternative
1 parent 20c9707 commit 9c7e87e

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
@@ -36,3 +36,5 @@ When you normally start your server with [flags](https://godoc.org/flag)
3636
if you want to override any of them when running `gin` we suggest you
3737
instead use [github.com/namsral/flag](https://github.com/namsral/flag)
3838
as explained in [this post](http://stackoverflow.com/questions/24873883/organizing-environment-variables-golang/28160665#28160665)
39+
40+
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)