kleiton0x00 / ppmap

A scanner/exploitation tool written in GO, which leverages client-side Prototype Pollution to XSS by exploiting known gadgets.
https://kleiton0x00.github.io
GNU General Public License v3.0
490 stars 70 forks source link

accommodating a more standard import #5

Closed GuillermoMajano closed 2 years ago

GuillermoMajano commented 3 years ago

For a better reading, all packages must be grouped within the same import, although nothing changes if they are declared individually since the compiler reads it in the same way, but it is more idiomatic to do it this way especially for other developers