mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-11-05 10:45:27 +00:00
10 lines
149 B
Go
10 lines
149 B
Go
|
|
//go:build !windows
|
||
|
|
|
||
|
|
package Plugins
|
||
|
|
|
||
|
|
import "github.com/shadow1ng/fscan/Common"
|
||
|
|
|
||
|
|
func DCInfoScan(info *Common.HostInfo) (err error) {
|
||
|
|
return nil
|
||
|
|
}
|