Guides
Key Value Options
Parse named options with values
Key Value Options
Options with = map to fields with the matching option name.
prop:"'database.host',default=5432"type PropTag struct {
Key string `option:"value"`
Default int `option:"default"`
}Tag converts the raw option value into the target field type when possible.
