Fix all golint comment related problems in the pkg packages

This commit is contained in:
Ola Bini 2019-12-21 17:19:26 +00:00
parent 65d43576a0
commit e7589e706e
No known key found for this signature in database
GPG key ID: 6786A150F6A2B28F
17 changed files with 47 additions and 18 deletions

View file

@ -4,6 +4,7 @@
package mumbleproto
// All different message types
const (
MessageVersion uint16 = iota
MessageUDPTunnel
@ -32,6 +33,7 @@ const (
MessageServerConfig
)
// All different UDP message types
const (
UDPMessageVoiceCELTAlpha = iota
UDPMessagePing