qulogic / golist

Forked from golist 5 years ago
Clone
README.md

golist

golist is a small utility used to list the resources required and provided by a Go (Golang) project.

It is the analysis engine on which go-rpm-macros is built.

Building

Building requires linking Go compiler sources inside the project:

$ ln -s $(go env GOROOT)/src/cmd/go/internal/ pkg/util/internal

Licensing

The project is released under BSD 3-clause license; read the LICENSE file.