compiled, garbage-collected, concurrent programming language developed by Google Inc.
The Go programming language is an open source project to make programmers more productive. This port provides Go 1.26.5 specifically, installed alongside any other Go toolchain, as go-1.26 and gofmt-1.26. It is intended for building software that requires this particular release.
The Go programming language is an open source project to make programmers more productive. This port provides Go 1.26.5 specifically, installed alongside any other Go toolchain, as go-1.26 and gofmt-1.26. It is intended for building software that requires this particular release.
To install go-1.26, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install go-1.26
To see what files were installed by go-1.26, run:
port contents go-1.26
To later upgrade go-1.26, run:
sudo port selfupdate && sudo port upgrade go-1.26
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.