Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 359 Bytes

README.markdown

File metadata and controls

20 lines (14 loc) · 359 Bytes

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