Refactor exported SCTP symbols to unexported

This commit is contained in:
John Bradley
2018-07-19 16:55:56 -05:00
committed by Sean DuBois
parent bd9a6f6ca1
commit f5228fc930
36 changed files with 641 additions and 687 deletions

View File

@@ -112,6 +112,7 @@ func (s *SessionDescription) Unmarshal(raw string) error {
return s.unmarshalOptionalAttributes(scanner)
}
// nolint: gocyclo
func (s *SessionDescription) unmarshalOptionalAttributes(scanner *bufio.Scanner) error {
orderedSessionAttributes := []*attributeStatus{
{value: "v"},