mirror of
https://github.com/pion/webrtc.git
synced 2025-10-30 02:12:03 +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:
@@ -4,6 +4,7 @@ import (
|
||||
"github.com/pkg/errors"
|
||||
)
|
||||
|
||||
// ChannelAck is used to ACK a DataChannel open
|
||||
type ChannelAck struct{}
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user