-
Couldn't load subscription status.
- Fork 18.4k
Closed
Labels
FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.ProposalProposal-AcceptedProposal-FinalCommentPeriodhelp wantedrelease-blocker
Milestone
Description
Hello 👋
I'm actually boring to set the same value for multiple key in my struct tag. Maybe I missed something but here is the boring thing:
type MyStruct struct {
Field1 string `json:"field_1,omitempty" bson:"field_1,omitempty" xml:"field_1,omitempty" form:"field_1,omitempty" other:"value"`
}What I'm proposing is:
type MyStruct struct {
Field1 string `json,bson,xml,form:"field_1,omitempty" other:"value"`
}Thanks 👍
mmaedel, Sandertv, beoran, 2HgO, toby3d and 16 morecristaloleg
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.ProposalProposal-AcceptedProposal-FinalCommentPeriodhelp wantedrelease-blocker