GoMajor is a tool for major version upgrades. GoMajor finds the latest version, rewrites your import paths, lets your ignore SIV in the command line, and updates your module's major version.
GoMajor is a tool for major version upgrades. GoMajor finds the latest version, rewrites your import paths, lets your ignore SIV in the command line, and updates your module's major version.
To install gomajor, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gomajor
To see what files were installed by gomajor, run:
port contents gomajor
To later upgrade gomajor, run:
sudo port selfupdate && sudo port upgrade gomajor
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.