Add corrections to comply with govet, golint, etc.

This commit is contained in:
Konstantin Itskov
2018-08-28 00:31:28 -04:00
committed by Sean DuBois
parent 7b7a349071
commit 902cf087aa
18 changed files with 166 additions and 107 deletions

View File

@@ -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 {