fiorix / go-diameter

Diameter stack and Base Protocol (RFC 6733) for the Go programming language
Other
252 stars 143 forks source link

how to avoid dict.Default #162

Open rrrangrej opened 2 years ago

rrrangrej commented 2 years ago

Is there anyway I can avoid using dict.default ? It has many messages predefined like app id 4 .. so in coming days if i have to use custom AVPs in these predefined messages, i may want to add my messages but then parser doesnt allow adding different messages for same appcn id.. Also, code internally uses dict.Default in many places...

Anyone knows how we can avoid dict .default ?