Files
go-caatsm/.gitignore
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

47 lines
626 B
Plaintext

# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Folders
/bin/
# /pkg/
/build/
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
# IDEs and editors
/.idea/
*.swp
*.swo
.vscode/
*.sublime-workspace
# OS generated files
.DS_Store*
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Go specific
# go.sum
go.mod
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Project-specific
# configs/*.toml
# Logs
*.log
# Dependency directories (remove the comment below if you want to ignore them)
#vendor/