zmap / zgrab2

Fast Go Application Scanner
Other
1.71k stars 294 forks source link

Fix non-compilation in /lib/ssh/messages_test.go #446

Closed phillip-stephens closed 3 months ago

phillip-stephens commented 3 months ago

While investigating another PR, noticed that non-compiling code was in messages_test.go This fixes the formatting.

Testing - post fix

/opt/homebrew/opt/go/libexec/bin/go tool test2json -t /Users/phillip/Library/Caches/JetBrains/GoLand2024.1/tmp/GoLand/___TestHaSSH_in_github_com_zmap_zgrab2_lib_ssh.test -test.v -test.paniconexit0 -test.run ^\QTestHaSSH\E$
=== RUN   TestHaSSH
--- PASS: TestHaSSH (0.00s)
PASS

Process finished with the exit code 0