evilsocket / xray

XRay is a tool for recon, mapping and OSINT gathering from public networks.
GNU General Public License v3.0
2.21k stars 299 forks source link

fixes gofmt in Makefile to exclude vendor dir #32

Closed dhauenstein closed 7 years ago

dhauenstein commented 7 years ago

This should resolve #27. gofmt should not format all files in vendor, just the project files (vendor files are not always properly formatted for gofmt :( )