Skip to content

Commit

Permalink
main to module
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul committed Apr 23, 2020
1 parent 5020fb4 commit 29de4c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/dalfox/dalfox.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main
package dalfox

import (
"bufio"
Expand All @@ -14,7 +14,7 @@ import (
"github.com/hahwul/dalfox/pkg/scanning"
)

func main() {
func Run() {
var targets []string
options_str := make(map[string]string)
options_bool := make(map[string]bool)
Expand Down

0 comments on commit 29de4c2

Please sign in to comment.