mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-06-22 02:40:49 +00:00
10 lines
147 B
Go
10 lines
147 B
Go
//go:build !windows
|
|
|
|
package Plugins
|
|
|
|
import "github.com/shadow1ng/fscan/Common"
|
|
|
|
func MiniDump(info *Common.HostInfo) (err error) {
|
|
return nil
|
|
}
|