In gtfobins.go, there are direct function calls that depend on the gtfobinMain call first
Since we are planning to publish gtfobins as a module, a better way to do so would be to make the functions into methods so that they can be called conveniently from the driver program file.
In gtfobins.go, there are direct function calls that depend on the gtfobinMain call first
Since we are planning to publish gtfobins as a module, a better way to do so would be to make the functions into methods so that they can be called conveniently from the driver program file.