An open API service indexing awesome lists of open source software.

https://github.com/StepLg/go-graph

Graph library for Go/golang language.
https://github.com/StepLg/go-graph

Last synced: about 2 months ago
JSON representation

Graph library for Go/golang language.

Awesome Lists containing this project

README

          

Decription
--------
Graph library for Go/Golang language.

Install
--------
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