The code changes in `aviation_parser_test.go` update the ARR body parsing logic. The `ParseHeader` function now correctly handles ARR bodies with optional time components. This ensures accurate parsing of ARR bodies and improves the overall functionality of the aviation parser.
8 lines
76 B
Go
8 lines
76 B
Go
package utils
|
|
|
|
import (
|
|
"go.uber.org/zap"
|
|
)
|
|
|
|
var Logger *zap.SugaredLogger
|