sensepost / gowitness

🔍 gowitness - a golang, web screenshot utility using Chrome Headless

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I import this project as a library ?

EduardoRMello opened this issue · comments

Can I use this project as a lib into my golang project ?
Do you have any example ?

You can import any part of a remote package (with some exceptions), meaning you can import anything in the gowitness project.

That said, currently gowitness is not a well structured Golang project, yet. Believe it or not, I started work very recently on v3 and one of the goals is to restructure the project specifically so that it can be used as a library in other code. I'll make sure to have some examples on how to use it as well too.

If you are curious, watch for the v3 branch in this repo when I commit the first changes to see how it comes along.