From 1dae9fa873bde01132a56f21271507623f56ef8f Mon Sep 17 00:00:00 2001 From: hmlb-no <175345069+hmlb-no@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:24:06 +0200 Subject: [PATCH] Update README.mkd Use 'echo $GOPATH' for finding binaries location. How to find binaries in golang. How to se where my binaries is in golang after using 'go install' --- README.mkd | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.mkd b/README.mkd index 7d86a41..56f8c34 100644 --- a/README.mkd +++ b/README.mkd @@ -14,6 +14,10 @@ Install: ▶ go install github.com/tomnomnom/waybackurls@latest ``` +``` +Use 'echo $GOPATH' for finding binaries location. +``` + ## Credit This tool was inspired by @mhmdiaa's [waybackurls.py](https://gist.github.com/mhmdiaa/adf6bff70142e5091792841d4b372050) script.