Files
go-caatsm/pkg/utils/log.go
T
windyboy 0391f9f481 refactor: Update ARR body parsing logic
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.
2024-07-22 12:42:30 +08:00

8 lines
76 B
Go

package utils
import (
"go.uber.org/zap"
)
var Logger *zap.SugaredLogger