mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-09-14 05:56:46 +08:00
7 lines
378 B
Go
7 lines
378 B
Go
// Package adapters provides plugin compatibility layers.
|
|
// This package contains legacy adapter code that was part of a transition architecture.
|
|
// The adapter functions were not being used in the current codebase.
|
|
package adapters
|
|
|
|
// Legacy plugin adapter functionality has been removed as it was unused.
|
|
// This file is preserved for future compatibility needs if required.
|