Understand your Mac and iPhone more deeply by tracing the evolution of Mac OS X from prelease to Swift. John Siracusa delivers the details.
You've got two main options:
| #!/bin/bash | |
| apt install golang -y | |
| GOROOT="/usr/local/go" | |
| PATH="${PATH}:${GOROOT}/bin" | |
| GOPATH=$HOME/go | |
| PATH="${PATH}:${GOROOT}/bin:${GOPATH}/bin" | |
| go install github.com/projectdiscovery/asnmap/cmd/asnmap@latest |