Commit Graph

9 Commits

Author SHA1 Message Date
Sean DuBois
13b02984e3 Fix all linting errors
Disabled gocylco for now, need to use gometalinter to disable
conditionally. There are also a lot more linters we could use, but they
cause too many issues to start today.
2018-07-21 12:27:38 -07:00
John Bradley
f5228fc930 Refactor exported SCTP symbols to unexported 2018-07-21 12:27:38 -07:00
Sean DuBois
3b5cdcf60d Fix gofmt error in internal/sdp pkg 2018-06-12 22:45:12 -07:00
Sean DuBois
1f56c95444 Fix gocyclo warnings
Bring down complexity of SDP unmarshal
2018-06-12 21:10:47 -07:00
Sean DuBois
6910156fc9 Improve error handling in SDP unmarshal
Add key value to error message
2018-06-12 01:33:16 -07:00
Sean DuBois
2f3fa046e6 Fix all megacheck warnings 2018-06-12 01:23:15 -07:00
Sean DuBois
311cdcb1da Fix all go vet issues 2018-06-12 01:03:01 -07:00
Sean DuBois
d4e8a2fa45 SDP implementation is complete
Support marshaling and unmarshaling session and
media descriptions
2018-05-28 19:55:03 -07:00
Sean DuBois
13a5da53ef Start parsing session description 2018-05-27 02:36:42 -07:00