mirror of
https://github.com/pion/webrtc.git
synced 2025-10-30 02:12:03 +08:00
Add corrections to comply with govet, golint, etc.
This commit is contained in:
committed by
Sean DuBois
parent
7b7a349071
commit
902cf087aa
@@ -14,7 +14,7 @@ const (
|
||||
RTCIceCredentialTypeOauth
|
||||
)
|
||||
|
||||
// NewRTCIceCredentialType defines a proceedure for creating a new
|
||||
// NewRTCIceCredentialType defines a procedure for creating a new
|
||||
// RTCIceCredentialType from a raw string naming the ice credential type.
|
||||
func NewRTCIceCredentialType(raw string) RTCIceCredentialType {
|
||||
switch raw {
|
||||
|
||||
Reference in New Issue
Block a user