mirror of
https://github.com/pion/webrtc.git
synced 2025-10-18 21:15:20 +08:00
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.
This commit is contained in:
@@ -2,7 +2,6 @@ package sctp
|
||||
|
||||
type paramForwardTSNSupported struct {
|
||||
paramHeader
|
||||
chunkTypes []chunkType
|
||||
}
|
||||
|
||||
func (f *paramForwardTSNSupported) marshal() ([]byte, error) {
|
||||
|
Reference in New Issue
Block a user