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.
- Host: GitHub
- URL: https://github.com/StepLg/go-graph
- Owner: StepLg
- License: mit
- Created: 2010-05-10T08:35:08.000Z (over 15 years ago)
- Default Branch: release
- Last Pushed: 2015-11-07T04:58:42.000Z (about 10 years ago)
- Last Synced: 2024-06-21T14:34:08.028Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 237 KB
- Stars: 95
- Watchers: 6
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
- awesome-machine-master - go-graph - Graph library for Go/golang language. (Go)
- awesome-machine-learning - go-graph - Graph library for Go/Golang language. **[Deprecated]** (Go / [Tools](#tools-1))
- awesome-machine-learning - go-graph - Graph library for Go/Golang language. (Go / Speech Recognition)
- awesome-machine-learning - go-graph - Graph library for Go/Golang language. **[Deprecated]** (Go)
- fucking-awesome-machine-learning - go-graph - Graph library for Go/Golang language. **[Deprecated]** (Go / [Tools](#tools-1))
- awesome-machine-learning - go-graph - Graph library for Go/Golang language. **[Deprecated]** (Go / [Tools](#tools-1))
- awesome-machine-learning - go-graph - Graph library for Go/Golang language. (Go / Speech Recognition)
- awesome-machine-learning-cn - 官网
- awesome-machine-learning - go-graph - Graph library for Go/Golang language. **[Deprecated]** (Go / [Tools](#tools-1))
- awesome-advanced-metering-infrastructure - go-graph - Graph library for Go/Golang language. (Go / Speech Recognition)
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