StepLg / go-graph

Graph library for Go/golang language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Graph library for Go/golang language.

License:MIT License


Languages

Language:Go 99.6%Language:Makefile 0.4%