Reports on the licenses used by a Go package and its dependencies.
go-licenses analyzes the dependency tree of a Go package/binary. It can output a report on the libraries used and under what license they can be used. It can also collect all of the license documents, copyright notices and source code into a directory in order to comply with license terms on redistribution.
go-licenses analyzes the dependency tree of a Go package/binary. It can output a report on the libraries used and under what license they can be used. It can also collect all of the license documents, copyright notices and source code into a directory in order to comply with license terms on redistribution.
To install go-licenses, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install go-licenses
To see what files were installed by go-licenses, run:
port contents go-licenses
To later upgrade go-licenses, run:
sudo port selfupdate && sudo port upgrade go-licenses
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.