add oracle.go stub

This commit is contained in:
Justin Bastress 2018-02-21 13:08:33 -05:00
parent 84eaa0f88e
commit 4ee7c2a91f

7
modules/oracle.go Normal file
View File

@ -0,0 +1,7 @@
package modules
import "github.com/zmap/zgrab2/modules/oracle"
func init() {
oracle.RegisterModule()
}