mumble-voip / grumble

Alternative Mumble server
http://mumble.info/grumble
Other
273 stars 88 forks source link

Lint and vet #48

Open olabiniV2 opened 4 years ago

olabiniV2 commented 4 years ago

This PR fixes all go vet issues and golint issues identified in the code base (except for the ones in the generated code). These issues are all minor changes to naming or to structure to make them conform to Golang coding standards.

delthas commented 4 years ago

Can you please remove pkg/mumbleproto/Mumble.pb.go from the PR? This file should be generated from the generate script within the mumbleproto directory.

Same for pkg/freezer/types.{proto,pb.go}

delthas commented 4 years ago

Squashing all commits would also make sense.