Go+ is a statically-typed language designed for data science. It is fully compatible with the Go language, but has a more script-like style, being more readable code for data science than Go.
Go+ is a statically-typed language designed for data science. It is fully compatible with the Go language, but has a more script-like style, being more readable code for data science than Go.
To install goplus, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install goplus
To see what files were installed by goplus, run:
port contents goplus
To later upgrade goplus, run:
sudo port selfupdate && sudo port upgrade goplus
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.