mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-26 21:21:53 +08:00
Merge branch 'dev' of https://github.com/shadow1ng/fscan into dev
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
//go:build windows
|
||||||
|
|
||||||
package Plugins
|
package Plugins
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
//go:build !windows
|
||||||
|
|
||||||
|
package Plugins
|
||||||
|
|
||||||
|
import "github.com/shadow1ng/fscan/Common"
|
||||||
|
|
||||||
|
func DCInfoScan(info *Common.HostInfo) (err error) {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
@@ -1,3 +1,5 @@
|
|||||||
|
//go:build windows
|
||||||
|
|
||||||
package Plugins
|
package Plugins
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
//go:build !windows
|
||||||
|
|
||||||
|
package Plugins
|
||||||
|
|
||||||
|
import "github.com/shadow1ng/fscan/Common"
|
||||||
|
|
||||||
|
func MiniDump(info *Common.HostInfo) (err error) {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user