zgrab2 icon indicating copy to clipboard operation
zgrab2 copied to clipboard

modules/fox - go vet warning causing test failures

Open duckfez opened this issue 2 years ago • 0 comments

At commit 97ba87c0e70661e1263631288b0cab41acebbbae

dwaddle@rick:~/go/src/github.com/zmap/zgrab2/modules/fox$ go test
# github.com/zmap/zgrab2/modules/fox
./fox.go:66:42: conversion from untyped int to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)

duckfez avatar Aug 24 '23 02:08 duckfez