-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Required fields #50
Required fields #50
Conversation
Codecov Report
@@ Coverage Diff @@
## master #50 +/- ##
==========================================
+ Coverage 90.33% 90.57% +0.24%
==========================================
Files 1 1
Lines 269 276 +7
==========================================
+ Hits 243 250 +7
Misses 18 18
Partials 8 8
Continue to review full report at Codecov.
|
Can you please add to README how to use this feature? |
Can't see your screenshot for some reason... Feel free to create an issue about that with a description and a screenshot and we'll continue there. |
It should be |
So that Golang tag syntax requires you to provide tags in a key-value format. Here |
it works. thanks. but in readme not this syntax. |
Maybe I will include it to Godoc examples, thanks for the idea |
Add
env-required
flag to mark a field as required.Close #46