mirror of
https://github.com/onyx-and-iris/xair-cli.git
synced 2026-04-09 02:13:35 +00:00
enable revive linter
- add package comments - fix redeclaration of built-in min/max - add comments to exported types - remove unused parameters
This commit is contained in:
@@ -16,7 +16,7 @@ func newParser() *xairParser {
|
||||
return &xairParser{}
|
||||
}
|
||||
|
||||
// parseOSCMessage parses raw bytes into an OSC message with improved error handling.
|
||||
// Parse parses raw bytes into an OSC message with improved error handling.
|
||||
func (p *xairParser) Parse(data []byte) (*osc.Message, error) {
|
||||
log.Debug("=== PARSING OSC MESSAGE BEGIN ===")
|
||||
defer log.Debug("=== PARSING OSC MESSAGE END ===")
|
||||
|
||||
Reference in New Issue
Block a user