Advertisement
RebelRose

Go language build install+

Apr 5th, 2025
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.51 KB | None | 0 0
  1. Go language a go build project......
  2. ..........
  3.  
  4. https://stackoverflow.com/questions/53368187/go-modules-installing-go-tools
  5.  
  6. https://pkg.go.dev/github.com/oluwaferanmiadetunji/go-helper-tools
  7.  
  8. https://github.com/Hellfire13666/awesome-go-tools
  9.  
  10. https://www.google.com/search?client=ms-android-att-us-rvc3&sca_esv=aab2035dd9472a60&sxsrf=AHTn8zrL93jeUrG9EggHlfM7rt-Vkekvjw:1743909030122&q=Golang+tools+list&sa=X&ved=2ahUKEwjkhIuyt8KMAxW1LDQIHfMuHsk4HhDVAnoECDgQAQ&biw=980&bih=1976&dpr=2
  11.  
  12. Go brute forcer
  13. go install github.com/OJ/gobuster/v3@latest
  14.  
  15. https://github.com/OJ/gobuster
  16.  
  17. https://github.com/golang/tools
  18.  
  19. go/packages /type in terminal to see what go packages you have
  20.  
  21. export PATH=$PATH:$(go env GOPATH)/bin
  22. This line can be added to the .bashrc or .zshrc file to make the change permanent.
  23.  
  24. go install golang.org/x/tools/cmd/goimports@latest
  25.  
  26. go install golang.org/x/tools/gopls@latest
  27.  
  28. go install golang.org/x/tools/cmd/stringer@latest
  29.  
  30. https://www.google.com/search?q=Golang+tools+termux+github&client=ms-android-att-us-rvc3&sca_esv=aab2035dd9472a60&biw=980&bih=1824&sxsrf=AHTn8zrkuNZOUpRTziuGm6-D6OtSpqwHCg%3A1743907822094&ei=7uvxZ6fGBcG-0PEPvt72gAw&ved=0ahUKEwin9YbyssKMAxVBHzQIHT6vHcAQ4dUDCBA&uact=5&oq=Golang+tools+termux+github&gs_lp=Egxnd3Mtd2l6LXNlcnAiGkdvbGFuZyB0b29scyB0ZXJtdXggZ2l0aHViMggQABiABBiiBDIIEAAYgAQYogQyCBAAGIAEGKIEMggQABiABBiiBEirflCkKFiBcXADeAGQAQGYAYYmoAGWnwGqAQU4LTQuM7gBA8gBAPgBAZgCBaACwzPCAgoQABiwAxjWBBhHmAMAiAYBkAYIkgcJMy43LTEuMC4xoAedFLIHBzctMS4wLjG4B8ky&sclient=gws-wiz-serp
  31.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement