mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-23 11:31:55 -08:00
Fix all golint comment related problems in the pkg packages
This commit is contained in:
parent
65d43576a0
commit
e7589e706e
17 changed files with 47 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue