We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
"properties" was added to the well-known struct tags on Go wiki
wiki: add "properties" to well-known struct tags golang/go#72759
Well-known-struct-tags: add properties tag golang/wiki#44
It could be added to revive to the very sane way TOML support was added recently to struct-tag rule
Here is the documentation of the format of this tag
https://pkg.go.dev/github.com/magiconair/properties#Properties.Decode
Based on my understanding of the code and documentation only the following options are supported
;
cc @magiconair (properties lib owner)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
"properties" was added to the well-known struct tags on Go wiki
wiki: add "properties" to well-known struct tags golang/go#72759
Well-known-struct-tags: add properties tag golang/wiki#44
It could be added to revive to the very sane way TOML support was added recently to struct-tag rule
Here is the documentation of the format of this tag
https://pkg.go.dev/github.com/magiconair/properties#Properties.Decode
Based on my understanding of the code and documentation only the following options are supported
Note: There is a special notation using
;
for slice/array default value.cc @magiconair (properties lib owner)
The text was updated successfully, but these errors were encountered: