Graph library for Go/Golang language.
First way (with makefile):
$ git clone git://github.com/StepLg/go-graph.git
$ cd go-graph/src/graph
$ make
$ make install
Second way (with goinstall):
$ goinstall github.com/StepLg/go-graph/src/graph
To update run:
$ goinstall -u=true github.com/StepLg/go-graph/src/graph