Skip to content

Commit

Permalink
update v3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ry4nnnn committed Mar 29, 2024
1 parent ee93d5e commit e13f6ae
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions crush.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
package main

import "crush/crawler"
import (
"crush/options"
"crush/utils"
)

func main() {
/*
utils.PrintBanner()
options.ArgParser()
*/
crawler.CheckPOCUpdate()
utils.PrintBanner()
options.ArgParser()
}

0 comments on commit e13f6ae

Please sign in to comment.