naltun / eyes

👀 🖥️ Golang rewrite of eyes.sh. Let's you perform domain/IP address information gathering. Wasn't it esr who said "With enough eyeballs, all your IP info are belong to us?" 🔍 🕵️
GNU General Public License v2.0
51 stars 8 forks source link

Using Go Build to execute #9

Closed sahitpj closed 5 years ago

sahitpj commented 5 years ago

Hey @naltun I think in the README, we can mention users how to run our pkg, by using go build and then running the executable

Will be useful for first timers, what do you say ?

naltun commented 5 years ago

@sahitpj I think, first off, it'll be mos beneficial to include binaries in the repo. There's a release section on GitHub, and I think we should add binaries there for Windows, Linux, and MacOS.

As for first timers, do you mean Golang beginners? What are you thinking?

sahitpj commented 5 years ago

Yeah I think we should do that, and also yeah for first timers on how to use the pkg, is what I meant, what say @naltun ?

naltun commented 5 years ago

Well, general build instructions are go build -o eyes main.go, so we should update the README to include that. If they obtain a copy of the source code, then the pkg/ directory will contain the packages necessary, so the build should work.

Then when we have x.y.z releases we can update the release binaries. I think we can go ahead and get that done now, anyways. I'll get that done.

sahitpj commented 5 years ago

Yeah that can be done

naltun commented 5 years ago

Mage is a cool Makefile-like CLI tool for Golang projects.

naltun commented 5 years ago

I feel like we've solved this. If we incorporate Mage, we'll add that to a separate issue. Thanks for the help, man. :)