adds abilit to report timing for execution
This commit is contained in:
@ -6,11 +6,14 @@ import (
|
||||
"log"
|
||||
"regexp"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/asaskevich/govalidator"
|
||||
)
|
||||
|
||||
func parseSimple(data []byte) []string {
|
||||
defer timeTrack(time.Now(), "parseSimple")
|
||||
|
||||
var domains []string
|
||||
|
||||
// convert data to reader for line-by-line reading
|
||||
|
Reference in New Issue
Block a user