mirror of
https://github.com/Adaptix-Framework/AdaptixC2
synced 2026-06-08 10:20:39 +00:00
2e68d74d84
Remove verbose block comment separators (// ===...===) and replace with simple single-line section headers following standard Go style. Files updated: - pl_dns.go: Constants, Types, Constructors, Utility Functions, DNSListener Lifecycle, Persistence, Request Parsing, Task Fetching, Operation Handlers, Fragment Management, Main DNS Handler - pl_main.go: Teamserver Interface, Module, Plugin Entry Point, Listener Management - pl_listener.go: Configuration, Constructors, Utility Functions, Handler Methods This reduces visual noise and aligns with Go community conventions.